Module Values.SignalsSource

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