summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--compiler/SymbolicToPure.ml4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/SymbolicToPure.ml b/compiler/SymbolicToPure.ml
index 6983a0e8..f25ff2f6 100644
--- a/compiler/SymbolicToPure.ml
+++ b/compiler/SymbolicToPure.ml
@@ -2,16 +2,14 @@ open Utils
open LlbcAstUtils
open Pure
open PureUtils
-open PrimitiveValues
open InterpreterUtils
open FunsAnalysis
open TypesAnalysis
module T = Types
-module Id = Identifiers
+module V = Values
module C = Contexts
module A = LlbcAst
module S = SymbolicAst
-module TA = TypesAnalysis
module PP = PrintPure
(** The local logger *)