Values.ParametersSourceval to_value :
('a * ParameterConfiguration.t) list ->
[> `Map of
([> `String of 'a ]
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Integer of Integer.t
| `List of
[> `Integer of Integer.t
| `String of NonEmptyString.t ]
list
| `String of NonEmptyString.t ])
list ])
list ])
list ]