Values.AutomatedReasoningPolicyAnnotatedChunkSourceRepresents a portion of a source document with line number annotations. Chunks help organize document content for easier navigation and reference.
type nonrec t = {pageNumber : Integer.t option;The page number where this chunk begins, if the document is divided into pages.
*)content : AutomatedReasoningPolicyAnnotatedContentList.t option;The lines of text contained within this chunk, each annotated with its line number.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `String of AutomatedReasoningPolicyLineText.t ])
list ])
list ]
list ])
list ]