Source file lang__Al__.ml
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
(** @canonical Lang.Al.Ast *)
module Ast = Lang__Al__Ast
(** @canonical Lang.Al.Eq *)
module Eq = Lang__Al__Eq
(** @canonical Lang.Al.Free *)
module Free = Lang__Al__Free
(** @canonical Lang.Al.Fresh *)
module Fresh = Lang__Al__Fresh
(** @canonical Lang.Al.Print *)
module Print = Lang__Al__Print
(** @canonical Lang.Al.Var *)
module Var = Lang__Al__Var
(** @canonical Lang.Al.Walk *)
module Walk = Lang__Al__Walk
module Lang__Al__ = struct end
[@@deprecated "this module is shadowed"]