Module Values.DefinitionsSource

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