diff options
| author | barras | 2001-09-20 18:10:57 +0000 |
|---|---|---|
| committer | barras | 2001-09-20 18:10:57 +0000 |
| commit | 1f96d480842a1206a9334d0c8b1b6cc4647066ef (patch) | |
| tree | 9fc22a20d49bcefca1d863aee9d36c5fab03334f /kernel/names.mli | |
| parent | 6c7f6fa6c215e5e28fcf23bf28ccb9db543709ba (diff) | |
Transparent
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2035 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/names.mli')
| -rw-r--r-- | kernel/names.mli | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/kernel/names.mli b/kernel/names.mli index 6e27395904..5af331075b 100644 --- a/kernel/names.mli +++ b/kernel/names.mli @@ -40,8 +40,9 @@ val add_suffix : identifier -> string -> identifier val add_prefix : string -> identifier -> identifier (* Identifiers sets and maps *) -module Idset : Set.S with type elt = identifier -module Idmap : Map.S with type key = identifier +module Idset : Set.S with type elt = identifier +module Idpred : Predicate.S with type elt = identifier +module Idmap : Map.S with type key = identifier val lift_ident : identifier -> identifier val next_ident_away_from : identifier -> identifier list -> identifier @@ -106,7 +107,9 @@ val sp_ord : section_path -> section_path -> int (* [is_dirpath_prefix p1 p2=true] if [p1] is a prefix of or is equal to [p2] *) val is_dirpath_prefix_of : dir_path -> dir_path -> bool -module Spmap : Map.S with type key = section_path +module Spset : Set.S with type elt = section_path +module Sppred : Predicate.S with type elt = section_path +module Spmap : Map.S with type key = section_path (*s Specific paths for declarations *) type variable_path = section_path |
