package odate

  1. Overview
  2. Docs

Module Date_lexerSource

Sourcetype options = [
  1. | `Pad of char
  2. | `NoPad
  3. | `None
  4. | `Upper
  5. | `Tz of int
]
Sourcetype t =
  1. | String of string
  2. | Directive of options * char
  3. | Space
  4. | EOL
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval tokens : Lexing.lexbuf -> t
Sourceval __ocaml_lex_tokens_rec : Lexing.lexbuf -> int -> t
Sourceval directive : Lexing.lexbuf -> char
Sourceval __ocaml_lex_directive_rec : Lexing.lexbuf -> int -> char
Sourceval options : Lexing.lexbuf -> options
Sourceval __ocaml_lex_options_rec : Lexing.lexbuf -> int -> options
OCaml

Innovation. Community. Security.