Values_0.CommandExecutionResultMapSourceval to_value :
('a * CommandExecutionResult.t) list ->
[> `Map of
([> `String of 'a ]
* [> `Structure of
(string
* [> `Blob of BinaryCommandExecutionResult.t
| `Boolean of BooleanCommandExecutionResult.t
| `String of StringCommandExecutionResult.t ])
list ])
list ]val to_query :
(StringCommandExecutionResult.t * CommandExecutionResult.t) list ->
Awso.Client.Query.tval to_json :
(StringCommandExecutionResult.t * CommandExecutionResult.t) list ->
Yojson.Safe.t