type t
=
|
Parse_error of Parse_error.t
Of_sexp_error of Of_sexp_error.t
include sig ... end
val sexp_of_t : t ‑> Parsexp__.Import.Ppx_sexp_conv_lib.Sexp.t
val report : Format.formatter ‑> filename:string ‑> t ‑> unit
Similar to Parse_error.report
Parse_error.report