diff options
| author | herbelin | 2001-08-01 08:04:56 +0000 |
|---|---|---|
| committer | herbelin | 2001-08-01 08:04:56 +0000 |
| commit | f5315caaea9fa8130e82601a95ac4279d9e49be5 (patch) | |
| tree | e1946f0960fb4c42e2ec1b50a97f6e1cb1bedb68 /kernel/names.mli | |
| parent | 8ed42a26a1b90cf2094c5f78642bf8f81b819620 (diff) | |
Ajout add_prefix/add_suffix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1868 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/names.mli')
| -rw-r--r-- | kernel/names.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/names.mli b/kernel/names.mli index 6b817e683f..7eb39ff673 100644 --- a/kernel/names.mli +++ b/kernel/names.mli @@ -37,6 +37,10 @@ val pr_id : identifier -> std_ppcmds val check_ident : string -> unit val is_ident : string -> bool +(* Deriving ident from other idents *) +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 |
