Parsexp.Parse_error
type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val position : t -> Parsexp__.Positions.pos
val message : t -> string
val report : Format.formatter -> filename:string -> t -> unit
exception Parse_error of t
module Private : sig ... end