summaryrefslogtreecommitdiff
path: root/src/InterpreterPaths.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-21 16:02:09 +0100
committerSon Ho2022-01-21 16:02:09 +0100
commit4db63550ab84572222ec55e694e3096189353063 (patch)
tree1e1d8c7f173f60474f6465297a050291d51066c1 /src/InterpreterPaths.ml
parentfddf0195bb77932ca9a8c851d330df99988fd361 (diff)
Finish updating the calls to the synthesis functions to generate the
symbolic AST
Diffstat (limited to 'src/InterpreterPaths.ml')
-rw-r--r--src/InterpreterPaths.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/InterpreterPaths.ml b/src/InterpreterPaths.ml
index f364c386..e45dbb3a 100644
--- a/src/InterpreterPaths.ml
+++ b/src/InterpreterPaths.ml
@@ -4,7 +4,6 @@ module E = Expressions
module C = Contexts
module Subst = Substitute
module L = Logging
-module S = Synthesis
open Cps
open TypesUtils
open ValuesUtils