include module type of sig ... end
val sexp_of_t : t ‑> Parsexp__.Import.Ppx_sexp_conv_lib.Sexp.t
val position : t ‑> Parsexp.Positions.pos
val message : t ‑> string
val old_parser_exn : t ‑> [ `Failure | `Parse_error ]
module Reason : sig ... end
val raise : (_, _) Public.state ‑> at_eof:bool ‑> Reason.t ‑> _