diff options
Diffstat (limited to 'src/SymbolicAst.ml')
-rw-r--r-- | src/SymbolicAst.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SymbolicAst.ml b/src/SymbolicAst.ml index 4eca712a..aad5de15 100644 --- a/src/SymbolicAst.ml +++ b/src/SymbolicAst.ml @@ -3,7 +3,6 @@ the symbolic execution: we later apply transformations to generate the pure AST that we export. *) -open Identifiers module T = Types module V = Values module E = Expressions |