Values.AutomatedReasoningPolicyDeleteRuleAnnotationSourceAn annotation for removing a rule from an Automated Reasoning policy.
type nonrec t = {ruleId : AutomatedReasoningPolicyDefinitionRuleId.t;The unique identifier of the rule to delete from the policy.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AutomatedReasoningPolicyDefinitionRuleId.t ])
list ]