Module Parsexp__.Conv_error

type t =
| Parse_error of Parsexp.Parse_error.t
| Of_sexp_error of Parsexp.Of_sexp_error.t
val report : Stdlib.Format.formatter -> filename:string -> t -> unit

Similar to Parse_error.report