package uniq

  1. Overview
  2. Docs

Module Uniq_meta_lexerSource

Sourceexception Lexical_error of string * string * int * int
Sourcetype token =
  1. | Name of string
  2. | String of string
  3. | Minus
  4. | Lparen
  5. | Rparen
  6. | Comma
  7. | Equal
  8. | Plus_equal
  9. | Eof
Sourceval escaped_buf : Buffer.t
Sourceval raise_lexical_error : Lexing.lexbuf -> ('a, Format.formatter, unit, 'b) format4 -> 'a
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval token : Lexing.lexbuf -> token
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> token
Sourceval __ocaml_lex_string_rec : Buffer.t -> Lexing.lexbuf -> int -> token