diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.ml | 1 |
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. |