Values.AutomatedReasoningPolicyAtomicStatementSourceRepresents a single, indivisible statement extracted from a source document. Atomic statements are the fundamental units used to ground policy rules and variables to their source material.
type nonrec t = {id : AutomatedReasoningPolicyStatementId.t option;A unique identifier for this atomic statement within the fidelity report.
*)text : AutomatedReasoningPolicyStatementText.t option;The actual text content of the atomic statement as extracted from the source document.
*)location : AutomatedReasoningPolicyStatementLocation.t option;Information about where this statement appears in the source document, including line numbers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AutomatedReasoningPolicyStatementId.t
| `Structure of
(string * [> `List of [> `Integer of Integer.t ] list ]) list ])
list ]