Module Parser_automaton_internal.Error
include module type of sig ... end
type t
= Public.Error.t
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 -> _