1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
(** @canonical Refl.Builtins *)
module Builtins = Refl__Builtins
(** @canonical Refl.Compare *)
module Compare = Refl__Compare
(** @canonical Refl.Convert *)
module Convert = Refl__Convert
(** @canonical Refl.Desc *)
module Desc = Refl__Desc
(** @canonical Refl.Enum *)
module Enum = Refl__Enum
(** @canonical Refl.Eq *)
module Eq = Refl__Eq
(** @canonical Refl.Fold *)
module Fold = Refl__Fold
(** @canonical Refl.Hash *)
module Hash = Refl__Hash
(** @canonical Refl.Iter *)
module Iter = Refl__Iter
(** @canonical Refl.Lift *)
module Lift = Refl__Lift
(** @canonical Refl.Make *)
module Make = Refl__Make
(** @canonical Refl.Map *)
module Map = Refl__Map
(** @canonical Refl.Show *)
module Show = Refl__Show
(** @canonical Refl.Tools *)
module Tools = Refl__Tools
(** @canonical Refl.Visit *)
module Visit = Refl__Visit