From 3831e9176d4f0a3b3af161eca3e5f709ce0dce6d Mon Sep 17 00:00:00 2001 From: Son Ho Date: Wed, 19 Jan 2022 11:54:50 +0100 Subject: Start working on Pure.ml --- src/main.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.ml') diff --git a/src/main.ml b/src/main.ml index df9134e0..54536503 100644 --- a/src/main.ml +++ b/src/main.ml @@ -6,6 +6,7 @@ module A = CfimAst module I = Interpreter module EL = Easy_logging.Logging module TA = TypesAnalysis +module P = Pure (* This is necessary to have a backtrace when raising exceptions - for some * reason, the -g option doesn't work. -- cgit v1.2.3