summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-19 11:54:50 +0100
committerSon Ho2022-01-19 11:54:50 +0100
commit3831e9176d4f0a3b3af161eca3e5f709ce0dce6d (patch)
treef28e7ce5b1174ba7510d2cf0d83dd0a7d32b6c88 /src/main.ml
parent66d582bf1fbe78f892583af1da48188a61d0daff (diff)
Start working on Pure.ml
Diffstat (limited to 'src/main.ml')
-rw-r--r--src/main.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.ml b/src/main.ml
index df9134e0..54536503 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -6,6 +6,7 @@ module A = CfimAst
module I = Interpreter
module EL = Easy_logging.Logging
module TA = TypesAnalysis
+module P = Pure
(* This is necessary to have a backtrace when raising exceptions - for some
* reason, the -g option doesn't work.