Module Values_0.FieldValuesSource

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