aboutsummaryrefslogtreecommitdiffhomepage
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/nameops.mli2
-rwxr-xr-xlibrary/nametab.mli10
2 files changed, 6 insertions, 6 deletions
diff --git a/library/nameops.mli b/library/nameops.mli
index 0f1d52420..121f0ce77 100644
--- a/library/nameops.mli
+++ b/library/nameops.mli
@@ -16,7 +16,7 @@ val make_ident : string -> int option -> identifier
val repr_ident : identifier -> string * int option
val atompart_of_id : identifier -> string (** remove trailing digits *)
-val root_of_id : identifier -> identifier (** remove trailing digits, {% $ %}'{% $ %} and {% $ %}\_{% $ %} *)
+val root_of_id : identifier -> identifier (** remove trailing digits, ' and _ *)
val add_suffix : identifier -> string -> identifier
val add_prefix : string -> identifier -> identifier
diff --git a/library/nametab.mli b/library/nametab.mli
index 4303d86a3..aaef53e4a 100755
--- a/library/nametab.mli
+++ b/library/nametab.mli
@@ -53,6 +53,7 @@ open Libnames
The [user_name] can be for example the shortest non ambiguous [qualid] or
the [full_user_name] or [identifier]. Such a function can also have a
local context argument.}}
+
*)
@@ -67,12 +68,11 @@ val error_global_constant_not_found_loc : loc -> qualid -> 'a
(** {6 Register visibility of things } *)
(** The visibility can be registered either
-
- for all suffixes not shorter then a given int -- when the
- object is loaded inside a module -- or
-
+ object is loaded inside a module -- or
- for a precise suffix, when the module containing (the module
containing ...) the object is opened (imported)
+
*)
type visibility = Until of int | Exactly of int
@@ -133,8 +133,8 @@ val full_name_cci : qualid -> full_path
val full_name_modtype : qualid -> full_path
val full_name_module : qualid -> dir_path
-(** {6 ... } *)
-(** Reverse lookup -- finding user names corresponding to the given
+(** {6 Reverse lookup }
+ Finding user names corresponding to the given
internal name *)
(** Returns the full path bound to a global reference or syntactic