Module Values.EvaluationsSource

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