summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml
index a4de3d7a..1f996c2b 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -6,7 +6,7 @@ module A = CfimAst
module I = Interpreter
module EL = Easy_logging.Logging
module TA = TypesAnalysis
-module P = Pure
+open PureToExtract
(* This is necessary to have a backtrace when raising exceptions - for some
* reason, the -g option doesn't work.