summaryrefslogtreecommitdiff
path: root/compiler/PrintPure.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/PrintPure.ml
parent753f7e72f87f5282aee60ad5ada47efeb42625e9 (diff)
Rename PrimitiveValues to Values
Diffstat (limited to '')
-rw-r--r--compiler/PrintPure.ml8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/PrintPure.ml b/compiler/PrintPure.ml
index a7ec9336..49e74b6c 100644
--- a/compiler/PrintPure.ml
+++ b/compiler/PrintPure.ml
@@ -102,10 +102,10 @@ let adt_field_names (env : fmt_env) =
let option_to_string = Print.option_to_string
let type_var_to_string = Print.Types.type_var_to_string
let const_generic_var_to_string = Print.Types.const_generic_var_to_string
-let integer_type_to_string = Print.PrimitiveValues.integer_type_to_string
-let literal_type_to_string = Print.PrimitiveValues.literal_type_to_string
-let scalar_value_to_string = Print.PrimitiveValues.scalar_value_to_string
-let literal_to_string = Print.PrimitiveValues.literal_to_string
+let integer_type_to_string = Print.Values.integer_type_to_string
+let literal_type_to_string = Print.Values.literal_type_to_string
+let scalar_value_to_string = Print.Values.scalar_value_to_string
+let literal_to_string = Print.Values.literal_to_string
let assumed_ty_to_string (aty : assumed_ty) : string =
match aty with