Values.ParameterSpaceSourceThe details of a search for two or more step parameters.
type nonrec t = {parameters : StepParameterList.t option;The parameters to search for.
*)combination : CombinationExpression.t option;The combination expression to use in the search.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of StepParameterName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of DefaultTaskCount.t ])
list ])
list ]
list
| `String of CombinationExpression.t ])
list ]