package camlp4

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val print : Format.formatter -> exn -> unit
val try_print : Format.formatter -> exn -> unit
val to_string : exn -> string
val try_to_string : exn -> string
val register : (Format.formatter -> exn -> unit) -> unit
module Register (Error : Sig.Error) : sig ... end
module ObjTools : sig ... end