diff options
| author | aspiwack | 2007-05-11 17:00:58 +0000 |
|---|---|---|
| committer | aspiwack | 2007-05-11 17:00:58 +0000 |
| commit | 2dbe106c09b60690b87e31e58d505b1f4e05b57f (patch) | |
| tree | 4476a715b796769856e67f6eb5bb6eb60ce6fb57 /kernel/names.mli | |
| parent | 95f043a4aa63630de133e667f3da1f48a8f9c4f3 (diff) | |
Processor integers + Print assumption (see coqdev mailing list for the
details).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9821 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/names.mli')
| -rw-r--r-- | kernel/names.mli | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/names.mli b/kernel/names.mli index 64edf1702e..dee798da09 100644 --- a/kernel/names.mli +++ b/kernel/names.mli @@ -174,3 +174,15 @@ type inv_rel_key = int (* index in the [rel_context] part of environment of de Bruijn indice *) type id_key = inv_rel_key tableKey + + + +(* spiwack : function used for printing identifiers *) +val string_of_identifier : identifier-> string +val string_of_module_ident : module_ident-> string +val string_of_dir_path : dir_path -> string +val string_of_name : name -> string +val string_of_constant : constant -> string +val string_of_mutual_inductive : mutual_inductive -> string +val string_of_inductive : inductive -> string +val string_of_constructor : constructor -> string |
