Module Values.RunCommandTargetsSource

Sourcetype nonrec t = RunCommandTarget.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : RunCommandTarget.t list -> [> `List of [> `Structure of (string * [> `List of [> `String of RunCommandTargetValue.t ] list | `String of RunCommandTargetKey.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> RunCommandTarget.t list