Module Values.ConfigurationsSource

Sourcetype nonrec t = Configuration.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Configuration.t list -> [> `List of [> `Structure of (string * [> `Map of ([> `String of PropertyMapKeyString.t ] * [> `String of PropertyMapValueString.t ]) list | `String of ConfigurationClassificationString.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Configuration.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Configuration.t list
Sourceval to_json : Configuration.t list -> Yojson.Safe.t