summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-24 16:51:28 +0100
committerSon Ho2022-01-24 16:51:28 +0100
commite5dce61f35fcc0e716f7aadc32f254c8ba103887 (patch)
tree380df674714ed7133bf660bd9b75c233ced79485 /src/main.ml
parent3f10869014d639199fc18df661c3faf3b90e6462 (diff)
Start working on name generation for the synthesis
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 3772e7ac..67db362e 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -9,6 +9,7 @@ module TA = TypesAnalysis
module P = Pure
open SymbolicAstUtils
open PrintSymbolicAst
+open SymbolicToPure
(* This is necessary to have a backtrace when raising exceptions - for some
* reason, the -g option doesn't work.