Module Values.CitationsSource

Sourcetype nonrec t = Citation.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Citation.t list -> [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Integer of DocumentCharLocationDocumentIndexInteger.t | `String of String_.t ]) list ]) list ]) list ] list ]
Sourceval to_query : Citation.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Citation.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Citation.t list
Sourceval to_json : Citation.t list -> Yojson.Safe.t