aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/inductive.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inductive.ml')
-rw-r--r--kernel/inductive.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/inductive.ml b/kernel/inductive.ml
index a0294029a..429d626f1 100644
--- a/kernel/inductive.ml
+++ b/kernel/inductive.ml
@@ -48,6 +48,7 @@ let mis_kelim mis = mis.mis_mip.mind_kelim
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 mind_nth_type_packet mib n = mib.mind_packets.(n)