Module Values.AutomatedReasoningPolicyStatementLocationSource

Describes the location of a statement within a source document using line numbers.

Sourcetype nonrec t = {
  1. lines : AutomatedReasoningPolicyLineNumberList.t option;
    (*

    The line numbers in the source document where this statement appears.

    *)
}
Sourceval make : ?lines:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Integer of Integer.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t