summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-24 07:38:30 +0100
committerSon Ho2022-01-24 07:38:30 +0100
commit536abedcbcd96922700a97de85ce2a91d807c955 (patch)
treeb83073c61fc09331f8447e86328138f3af8e4366 /src/main.ml
parent4db63550ab84572222ec55e694e3096189353063 (diff)
Start working on printing for symbolic AST
Diffstat (limited to '')
-rw-r--r--src/main.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.ml b/src/main.ml
index 062a1bd0..3772e7ac 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -7,6 +7,8 @@ module I = Interpreter
module EL = Easy_logging.Logging
module TA = TypesAnalysis
module P = Pure
+open SymbolicAstUtils
+open PrintSymbolicAst
(* This is necessary to have a backtrace when raising exceptions - for some
* reason, the -g option doesn't work.