type t =| Parse_error of Parse_error.t| Of_sexp_error of Of_sexp_error.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val report : Stdlib.Format.formatter -> filename:string -> t -> unitSimilar to
Parse_error.report
Parsexp.Conv_errortype t = | Parse_error of Parse_error.t |
| Of_sexp_error of Of_sexp_error.t |
val sexp_of_t : t -> Sexplib0.Sexp.tval report : Stdlib.Format.formatter -> filename:string -> t -> unitSimilar to Parse_error.report