aboutsummaryrefslogtreecommitdiff
path: root/kernel/names.mli
diff options
context:
space:
mode:
authorherbelin2005-02-18 20:49:04 +0000
committerherbelin2005-02-18 20:49:04 +0000
commit9349f07465f69f2f9074f1b88515eef55c98fa6a (patch)
tree6fc3b0346945dc05cd6aa816749d7256f2f2d481 /kernel/names.mli
parente82afc13a01cb5e370545ee379d727df1c65d6c2 (diff)
Moved Indmap and ConstrMap from Libnames to Names for use in Cooking
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6736 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/names.mli')
-rw-r--r--kernel/names.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/names.mli b/kernel/names.mli
index 4350b231aa..0e65b65b40 100644
--- a/kernel/names.mli
+++ b/kernel/names.mli
@@ -123,6 +123,8 @@ type constructor = inductive * int
module Cmap : Map.S with type key = constant
module Cpred : Predicate.S with type elt = constant
module Cset : Set.S with type elt = constant
+module Indmap : Map.S with type key = inductive
+module Constrmap : Map.S with type key = constructor
val constant_of_kn : kernel_name -> constant
val make_con : module_path -> dir_path -> label -> constant