Module Spotlib.Temporal_lexerSource

Date

Sourcetype date = {
  1. year : int;
  2. month : int;
  3. day : int;
}
Sourcetype time = {
  1. hour : int;
  2. min : int;
  3. sec : int;
}
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval parse_date : Lexing.lexbuf -> date
Sourceval __ocaml_lex_parse_date_rec : Lexing.lexbuf -> int -> date
Sourceval parse_time : Lexing.lexbuf -> time
Sourceval __ocaml_lex_parse_time_rec : Lexing.lexbuf -> int -> time
Sourceval parse_t : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_parse_t_rec : Lexing.lexbuf -> int -> unit
Sourceval parse_tzone : Lexing.lexbuf -> [> `Minus of int * int | `Plus of int * int | `UTC ]
Sourceval __ocaml_lex_parse_tzone_rec : Lexing.lexbuf -> int -> [> `Minus of int * int | `Plus of int * int | `UTC ]