Module type Camlp4.Sig.Error


module type Error = sig .. end
Signature for errors modules, an Error modules can be registred with the Camlp4.ErrorHandler.Register functor in order to be well printed.

type t 
exception E of t
val to_string : t -> string
val print : Format.formatter -> t -> unit