summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-28 23:02:12 +0100
committerSon Ho2022-01-28 23:02:12 +0100
commit34805f522e3c6d5ba9776738dd539dcd4b6d121d (patch)
tree87c50f36ad86e5caea2184c721dd233e5ae439e9 /src/main.ml
parent04b05665f70ebb45b8d29adbd0529df197d8d5f3 (diff)
Start working on ExtractAst
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 7381c648..baa76b77 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -7,6 +7,7 @@ module I = Interpreter
module EL = Easy_logging.Logging
module TA = TypesAnalysis
open PureToExtract
+open ExtractAst
(* This is necessary to have a backtrace when raising exceptions - for some
* reason, the -g option doesn't work.