1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(** @canonical Command.Command_intf *)
module Command_intf = Command__Command_intf
(** @canonical Command.Env_var *)
module Env_var = Command__Env_var
(** @canonical Command.Import *)
module Import = Command__Import
(** @canonical Command.Shape *)
module Shape = Command__Shape
module Command__ = struct end
[@@deprecated "this module is shadowed"]