Module Values.IspPlacementsSource

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