Values.AutomatedReasoningCheckLogicWarningSourceIdentifies logical issues in the translated statements that exist independent of any policy rules, such as statements that are always true or always false.
type nonrec t = {type_ : AutomatedReasoningCheckLogicWarningType.t option;The category of the detected logical issue, such as statements that are always true or always false.
*)premises : AutomatedReasoningLogicStatementList.t option;The logical statements that serve as premises under which the claims are validated.
*)claims : AutomatedReasoningLogicStatementList.t option;The logical statements that are validated while assuming the policy and premises.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of AutomatedReasoningLogicStatementContent.t ])
list ]
list ])
list ]