aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/names.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/names.mli')
-rw-r--r--kernel/names.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/names.mli b/kernel/names.mli
index 051087f5d..64edf1702 100644
--- a/kernel/names.mli
+++ b/kernel/names.mli
@@ -42,7 +42,7 @@ val string_of_dirpath : dir_path -> string
(*s Unique identifier to be used as "self" in structures and
signatures - invisible for users *)
- type label
+type label
type mod_self_id
(* The first argument is a file name - to prevent conflict between
@@ -50,6 +50,7 @@ type mod_self_id
val make_msid : dir_path -> string -> mod_self_id
val id_of_msid : mod_self_id -> identifier
val label_of_msid : mod_self_id -> label
+val refresh_msid : mod_self_id -> mod_self_id
val debug_string_of_msid : mod_self_id -> string
val string_of_msid : mod_self_id -> string