Module Values.AutomatedReasoningPolicyAddRuleAnnotationSource

An annotation for adding a new rule to an Automated Reasoning policy using a formal logical expression.

Sourcetype nonrec t = {
  1. expression : AutomatedReasoningPolicyDefinitionRuleExpression.t;
    (*

    The formal logical expression that defines the rule, using mathematical notation and referencing policy variables and types.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionRuleExpression.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t