summaryrefslogtreecommitdiff
path: root/src/Print.ml
diff options
context:
space:
mode:
authorSon Ho2022-03-03 11:52:34 +0100
committerSon Ho2022-03-03 11:52:34 +0100
commit449c2cef40e1e255666c5564476007027b1a9b21 (patch)
tree4cdd707c663ce90e115fccac1a15d2eb3ec7526b /src/Print.ml
parent848874a4eb5d29742f7afa2567bc424871b1c7ef (diff)
Move the names from Identifiers to Names
Diffstat (limited to '')
-rw-r--r--src/Print.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Print.ml b/src/Print.ml
index 64351e3e..f8b8ff85 100644
--- a/src/Print.ml
+++ b/src/Print.ml
@@ -1,4 +1,4 @@
-open Identifiers
+open Names
module T = Types
module TU = TypesUtils
module V = Values