diff options
Diffstat (limited to 'src/main.ml')
-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 baa76b77..1e402f54 100644 --- a/src/main.ml +++ b/src/main.ml @@ -8,6 +8,7 @@ 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. |