Source file human_datetime__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(** @canonical Human_datetime.Conversion *)
module Conversion = Human_datetime__Conversion
(** @canonical Human_datetime.Grammar *)
module Grammar = Human_datetime__Grammar
(** @canonical Human_datetime.Lexer *)
module Lexer = Human_datetime__Lexer
(** @canonical Human_datetime.Types *)
module Types = Human_datetime__Types
module Human_datetime__ = struct end
[@@deprecated "this module is shadowed"]