Source file callgraph__.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
26
27
28
(** @canonical Callgraph.Callgraph_api *)
module Callgraph_api = Callgraph__Callgraph_api
(** @canonical Callgraph.Cg *)
module Cg = Callgraph__Cg
(** @canonical Callgraph.Options *)
module Options = Callgraph__Options
(** @canonical Callgraph.Register *)
module Register = Callgraph__Register
(** @canonical Callgraph.Requests *)
module Requests = Callgraph__Requests
(** @canonical Callgraph.Services *)
module Services = Callgraph__Services
(** @canonical Callgraph.Subgraph *)
module Subgraph = Callgraph__Subgraph
(** @canonical Callgraph.Uses *)
module Uses = Callgraph__Uses
module Callgraph__ = struct end
[@@deprecated "this module is shadowed"]