diff options
Diffstat (limited to '')
-rw-r--r-- | src/InterpreterPaths.ml | 1 |
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 |