Module Camlp4.Struct.Token.Make.Error


module Error: sig .. end


type t =
| Illegal_token of string
| Keyword_as_label of string
| Illegal_token_pattern of string * string
| Illegal_constructor of string
exception E of t
val print : Format.formatter -> t -> unit
val to_string : t -> string