package camlp4

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Illegal_character of char
  2. | Illegal_escape of string
  3. | Unterminated_comment
  4. | Unterminated_string
  5. | Unterminated_quotation
  6. | Unterminated_antiquot
  7. | Unterminated_string_in_comment
  8. | Comment_start
  9. | Comment_not_end
  10. | Literal_overflow of string
  11. | Invalid_literal of string
exception E of t
val print : Format.formatter -> t -> unit
val to_string : t -> string