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
(** @canonical Fix.Boolean *)
module Boolean = Fix__Boolean
(** @canonical Fix.Core *)
module Core = Fix__Core
(** @canonical Fix.CoreDependencyGraph *)
module CoreDependencyGraph = Fix__CoreDependencyGraph
(** @canonical Fix.Gensym *)
module Gensym = Fix__Gensym
(** @canonical Fix.Glue *)
module Glue = Fix__Glue
(** @canonical Fix.GraphNumbering *)
module GraphNumbering = Fix__GraphNumbering
(** @canonical Fix.HashCons *)
module HashCons = Fix__HashCons
(** @canonical Fix.Memoize *)
module Memoize = Fix__Memoize
(** @canonical Fix.Numbering *)
module Numbering = Fix__Numbering
(** @canonical Fix.Option *)
module Option = Fix__Option
(** @canonical Fix.Set *)
module Set = Fix__Set
(** @canonical Fix.Sigs *)
module Sigs = Fix__Sigs
(** @canonical Fix.Tabulate *)
module Tabulate = Fix__Tabulate