diff options
Diffstat (limited to 'src/main.ml')
-rw-r--r-- | src/main.ml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.ml b/src/main.ml index c52b7bd3..842f06a4 100644 --- a/src/main.ml +++ b/src/main.ml @@ -6,9 +6,6 @@ module A = CfimAst module I = Interpreter module EL = Easy_logging.Logging module TA = TypesAnalysis -open PureToExtract -open ExtractAst -open ExtractToFStar (* This is necessary to have a backtrace when raising exceptions - for some * reason, the -g option doesn't work. |