Values.AutomatedReasoningPolicyDisjointRuleSetSourceRepresents a set of rules that operate on completely separate variables, indicating they address different concerns or domains within the policy.
type nonrec t = {variables : AutomatedReasoningPolicyDefinitionVariableNameList.t option;The set of variables that are used by the rules in this disjoint set.
*)rules : AutomatedReasoningPolicyDisjointedRuleIdList.t option;The list of rules that form this disjoint set, all operating on the same set of variables.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of AutomatedReasoningPolicyDefinitionVariableName.t ]
list ])
list ]