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 RteGen.Api *)
module Api = RteGen__Api
(** @canonical RteGen.Flags *)
module Flags = RteGen__Flags
(** @canonical RteGen.Generator *)
module Generator = RteGen__Generator
(** @canonical RteGen.Options *)
module Options = RteGen__Options
(** @canonical RteGen.Register *)
module Register = RteGen__Register
(** @canonical RteGen.Rte *)
module Rte = RteGen__Rte
(** @canonical RteGen.Visit *)
module Visit = RteGen__Visit
module RteGen__ = struct end
[@@deprecated "this module is shadowed"]