Module Parsexp.Conv_error

type t =
| Parse_error of Parse_error.t
| Of_sexp_error of Of_sexp_error.t
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val report : Caml.Format.formatter ‑> filename:Base.string ‑> t ‑> Base.unit

Similar to Parse_error.report