Module Values.PropertyGroupsSource

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