diff options
Diffstat (limited to '')
-rw-r--r-- | src/Synthesis.ml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Synthesis.ml b/src/Synthesis.ml index d240714e..de482b18 100644 --- a/src/Synthesis.ml +++ b/src/Synthesis.ml @@ -1,15 +1,10 @@ module T = Types module V = Values -open Scalars module E = Expressions -open Errors module C = Contexts module Subst = Substitute module A = CfimAst module L = Logging -open TypesUtils -open ValuesUtils -module Inv = Invariants open InterpreterUtils (* TODO: the below functions have very "rough" signatures and do nothing: I |