summaryrefslogtreecommitdiff
path: root/src/InterpreterUtils.ml
diff options
context:
space:
mode:
authorJonathan Protzenko2022-01-04 12:33:17 -0800
committerJonathan Protzenko2022-01-04 12:33:17 -0800
commitcf873d92162cad0cabaa580e18f7412df605cc85 (patch)
treeba1f7e5212c32cb338178513c60461a567c8f263 /src/InterpreterUtils.ml
parent91ada7cb0e03244a8624773baedb96d3c03f8998 (diff)
More compiler warnings
Diffstat (limited to 'src/InterpreterUtils.ml')
-rw-r--r--src/InterpreterUtils.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/InterpreterUtils.ml b/src/InterpreterUtils.ml
index 17e8abb4..51297eb5 100644
--- a/src/InterpreterUtils.ml
+++ b/src/InterpreterUtils.ml
@@ -1,13 +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
(** Some utilities *)