Module Transept_genlex.Lexeme

type t =
  1. | Float of float
  2. | String of string
  3. | Char of char
  4. | Ident of string
  5. | Keyword of string