Module Parsexp.Of_sexp_error

type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val user_exn : t -> exn
val sub_sexp : t -> Sexplib0.Sexp.t
val location : t -> Parsexp__.Positions.range option
val report : Format.formatter -> filename:string -> t -> unit
exception Of_sexp_error of t
val raise : user_exn:exn -> sub_sexp:Sexplib0.Sexp.t -> location:Parsexp__.Positions.range option -> 'a