package parsexp

  1. Overview
  2. Docs

Module Parsexp.Conv_errorSource

Sourcetype t =
  1. | Parse_error of Parse_error.t
  2. | Of_sexp_error of Of_sexp_error.t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval report : Format.formatter -> filename:string -> t -> unit

Similar to Parse_error.report

OCaml

Innovation. Community. Security.