From f1dc4c9636f7ee237880e938bc8089697c6013e3 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Thu, 27 Jan 2022 09:11:42 +0100 Subject: Implement Translate.translate_function --- 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 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. -- cgit v1.2.3