Values.AutomatedReasoningPolicyAddRuleAnnotationSourceAn annotation for adding a new rule to an Automated Reasoning policy using a formal logical expression.
type nonrec t = {expression : AutomatedReasoningPolicyDefinitionRuleExpression.t;The formal logical expression that defines the rule, using mathematical notation and referencing policy variables and types.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AutomatedReasoningPolicyDefinitionRuleExpression.t ])
list ]