summaryrefslogtreecommitdiff
path: root/compiler/InterpreterStatements.ml
diff options
context:
space:
mode:
authorSon Ho2023-11-21 12:15:37 +0100
committerSon Ho2023-11-21 12:15:37 +0100
commitf852e1a1334b7506c0baf366b9e75cd01b9c843e (patch)
treeb0cb53bbf9df65f9acd809765c96f0fec171cf04 /compiler/InterpreterStatements.ml
parent753f7e72f87f5282aee60ad5ada47efeb42625e9 (diff)
Rename PrimitiveValues to Values
Diffstat (limited to '')
-rw-r--r--compiler/InterpreterStatements.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/InterpreterStatements.ml b/compiler/InterpreterStatements.ml
index 88130f21..e8069e31 100644
--- a/compiler/InterpreterStatements.ml
+++ b/compiler/InterpreterStatements.ml
@@ -1,6 +1,5 @@
open Types
open TypesUtils
-open PrimitiveValues
open Values
open ValuesUtils
open Expressions