module Int = Base__.Int0module String = Base__.String0module T : sig ... endinclude Tval hash_fold_t : Base.Hash.state ‑> t ‑> Base.Hash.stateval hash : t ‑> Base.Hash.hash_valueval t_of_sexp : Base.Sexp.t ‑> tval sexp_of_t : t ‑> Base.Sexp.tval make_location_string : pos_fname:string ‑> pos_lnum:int ‑> pos_cnum:int ‑> pos_bol:int ‑> stringval to_string : Caml.Lexing.position ‑> stringval sexp_of_t : Caml.Lexing.position ‑> Base.Sexp.t