summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-27 09:11:42 +0100
committerSon Ho2022-01-27 09:11:42 +0100
commitf1dc4c9636f7ee237880e938bc8089697c6013e3 (patch)
treeed7c8d1ab6e5e5c06e3f3992d54dd2849959aa98 /src/main.ml
parentdfd41681049ad7f7be503f150fb9c5e62f3b9ef9 (diff)
Implement Translate.translate_function
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 ea4ab23f..db57b5a7 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -9,6 +9,7 @@ module TA = TypesAnalysis
module P = Pure
open PrintSymbolicAst
open SymbolicToPure
+open Translate
(* This is necessary to have a backtrace when raising exceptions - for some
* reason, the -g option doesn't work.