From 536abedcbcd96922700a97de85ce2a91d807c955 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Mon, 24 Jan 2022 07:38:30 +0100 Subject: Start working on printing for symbolic AST --- src/main.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.ml') diff --git a/src/main.ml b/src/main.ml index 062a1bd0..3772e7ac 100644 --- a/src/main.ml +++ b/src/main.ml @@ -7,6 +7,8 @@ module I = Interpreter module EL = Easy_logging.Logging module TA = TypesAnalysis module P = Pure +open SymbolicAstUtils +open PrintSymbolicAst (* This is necessary to have a backtrace when raising exceptions - for some * reason, the -g option doesn't work. -- cgit v1.2.3