Values.AutomatedReasoningCheckInvalidFindingSourceIndicates that the claims are logically false and contradictory to the established rules or premises.
type nonrec t = {translation : AutomatedReasoningCheckTranslation.t option;The logical translation of the input that this finding invalidates.
*)contradictingRules : AutomatedReasoningCheckRuleList.t option;The automated reasoning policy rules that contradict the claims in the input.
*)logicWarning : AutomatedReasoningCheckLogicWarning.t option;Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AutomatedReasoningPolicyDefinitionRuleId.t ])
list ]
list
| `Structure of
(string
* [> `Double of AutomatedReasoningCheckTranslationConfidence.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `String of
AutomatedReasoningLogicStatementContent.t ])
list ]
list ])
list ])
list ]