Values.AutomatedReasoningPolicyDeleteVariableAnnotationSourceAn annotation for removing a variable from an Automated Reasoning policy.
type nonrec t = {name : AutomatedReasoningPolicyDefinitionVariableName.t;The name of the variable to delete from the policy. The variable must not be referenced by any rules.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AutomatedReasoningPolicyDefinitionVariableName.t ])
list ]