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