summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2021-11-29 21:24:32 +0100
committerSon Ho2021-11-29 21:24:32 +0100
commit2b7145a8c7678d9b5c3a3d872434ab1ded233e8c (patch)
tree5eeed741bc451881cf912bd211cf1b1218e1c5bc /src/main.ml
parentaa3f38ada4299710c982b67db994c3684d7eeb4a (diff)
Move some definitions from CfimOfJson.ml to a new Modules.ml
Diffstat (limited to 'src/main.ml')
-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 *)