package ppxlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val of_exn : exn -> t option
val register_error_of_exn : (exn -> t option) -> unit
val message : t -> string
val set_message : t -> string -> t
val make : loc:Warnings.loc -> string -> sub:(Warnings.loc * string) list -> t
val raise : t -> 'a
val update_loc : t -> Warnings.loc -> t
val get_location : t -> Warnings.loc