diff options
| author | soubiran | 2007-02-21 13:54:58 +0000 |
|---|---|---|
| committer | soubiran | 2007-02-21 13:54:58 +0000 |
| commit | cfa3aa27f1141fe732a473efd0cff794694c63bb (patch) | |
| tree | 3904eb887185d18375c6d93e68c314a7c464868c /kernel/names.mli | |
| parent | dc7f5e8bbd6fb7da277ee89278211105157b2041 (diff) | |
Fixed the pseudo-cicularity problem due to the with operator on Module Type.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9662 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/names.mli')
| -rw-r--r-- | kernel/names.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/names.mli b/kernel/names.mli index 051087f5d4..64edf1702e 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 |
