Module Values.MessageSystemAttributeMapSource

Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * 'a) list -> (MessageSystemAttributeName.t * 'a) list
Sourceval to_value : (MessageSystemAttributeName.t * 'a) list -> [> `Map of ([> `Enum of string ] * [> `String of 'a ]) list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (MessageSystemAttributeName.t * string) list
Sourceval to_json : (MessageSystemAttributeName.t * string) list -> Yojson.Safe.t