module Error:sig..end
type t =
| |
Illegal_character of |
| |
Illegal_escape of |
| |
Unterminated_comment |
| |
Unterminated_string |
| |
Unterminated_quotation |
| |
Unterminated_antiquot |
| |
Unterminated_string_in_comment |
| |
Comment_start |
| |
Comment_not_end |
| |
Literal_overflow of |
exception E of t
val print : Format.formatter -> t -> unitval to_string : t -> string