Module Values.AutomatedReasoningCheckInputTextReferenceSource

References a portion of the original input text that corresponds to logical elements.

Sourcetype nonrec t = {
  1. text : AutomatedReasoningNaturalLanguageStatementContent.t option;
    (*

    The specific text from the original input that this reference points to.

    *)
}
Sourceval make : ?text:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AutomatedReasoningNaturalLanguageStatementContent.t ]) 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