aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/inductive.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-05-16 16:50:28 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-05-16 16:50:28 +0000
commitdea6e140ecc65c108b4a77f590113096f0fd5a8d (patch)
tree6c03a27c210023b03e6884257bcf58c7e74512ec /kernel/inductive.ml
parent79311e8734b5970afa3db069e9452c2521713895 (diff)
Ajout mis_typepath
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@435 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/inductive.ml')
-rw-r--r--kernel/inductive.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/inductive.ml b/kernel/inductive.ml
index 16c6b6c77..512c4b43c 100644
--- a/kernel/inductive.ml
+++ b/kernel/inductive.ml
@@ -51,6 +51,8 @@ let mis_recargs mis =
Array.map (fun mip -> mip.mind_listrec) mis.mis_mib.mind_packets
let mis_recarg mis = mis.mis_mip.mind_listrec
let mis_typename mis = mis.mis_mip.mind_typename
+let mis_typepath mis =
+ make_path (dirpath mis.mis_sp) mis.mis_mip.mind_typename CCI
let mis_consnames mis = mis.mis_mip.mind_consnames
type constructor_summary = {