Module Ppxlib_ast.Location_errorSource

Sourceval of_exn : exn -> t option
Sourceval register_error_of_exn : (exn -> t option) -> unit
Sourceval message : t -> string
Sourceval set_message : t -> string -> t
Sourceval make : loc:Astlib.Location.t -> string -> sub:(Astlib.Location.t * string) list -> t
Sourceval raise : t -> 'a
Sourceval update_loc : t -> Astlib.Location.t -> t
Sourceval get_location : t -> Astlib.Location.t