Module Spotlib.Temporal_lexerSource
Date
Sourcetype date = {year : int;month : int;day : int;
} Sourcetype time = {hour : int;min : int;sec : int;
} Sourceval __ocaml_lex_tables : Lexing.lex_tables Sourceval __ocaml_lex_parse_tzone_rec :
Lexing.lexbuf ->
int ->
[> `Minus of int * int | `Plus of int * int | `UTC ]