Values.AutomatedReasoningPolicyStatementLocationSourceDescribes the location of a statement within a source document using line numbers.
type nonrec t = {lines : AutomatedReasoningPolicyLineNumberList.t option;The line numbers in the source document where this statement appears.
*)}