Values.AutomatedReasoningCheckScenarioSourceRepresents a logical scenario where claims can be evaluated as true or false, containing specific logical assignments.
type nonrec t = {statements : AutomatedReasoningLogicStatementList.t option;List of logical assignments and statements that define this scenario.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AutomatedReasoningLogicStatementContent.t ])
list ]
list ])
list ]