Module Values_2.TrialSummariesSource

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