Parsexp.Of_sexp_errorval sexp_of_t : t -> Sexplib0.Sexp.tval user_exn : t -> exnException raised by the user function
val sub_sexp : t -> Sexplib0.Sexp.tS-expression that failed to be converted
val location : t -> Positions.range optionPosition of sub_sexp t in the original source, if found
val report : Format.formatter -> filename:string -> t -> unitSimilar to Parse_error.report
exception Of_sexp_error of tException raised in case of a conversion error
val raise : user_exn:exn -> sub_sexp:Sexplib0.Sexp.t -> location:Positions.range option -> 'a