Module Camlp4.ErrorHandler


module ErrorHandler: sig .. end

module ObjTools: sig .. end
val register : (Format.formatter -> exn -> unit) -> unit
module Register: 
functor (Error : Camlp4.Sig.Error) -> sig .. end
val print : Format.formatter -> exn -> unit
val try_print : Format.formatter -> exn -> unit
val to_string : exn -> string
val try_to_string : exn -> string