summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.ml b/src/main.ml
index 8c05c33b..dfa4025c 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -1,6 +1,10 @@
open CfimOfJson
open Logging
open Print
+module T = Types
+module A = CfimAst
+
+(*let print_type_definition =*)
(* This is necessary to have a backtrace when raising exceptions - for some
* reason, the -g option doesn't work *)