package ocaml-migrate-parsetree

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nonrec location_error = location_error
val error_of_exn : exn -> location_error option
val register_error_of_exn : (exn -> Location.error option) -> unit
val report_exception : Format.formatter -> exn -> unit
val get_error_message : old_location_error -> string
val set_error_message : old_location_error -> string -> old_location_error
val make_error_of_message : loc:Location.t -> string -> sub:(Location.t * string) list -> old_location_error
val print_error : Format.formatter -> Location.error -> unit
val raise_error : Location.error -> 'a