summaryrefslogtreecommitdiff
path: root/pretyping/inductiveops.mli
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:42 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:42 +0200
commit870075f34dd9fa5792bfbf413afd3b96f17e76a0 (patch)
tree0c647056de1832cf1dba5ba58758b9121418e4be /pretyping/inductiveops.mli
parenta0cfa4f118023d35b767a999d5a2ac4b082857b4 (diff)
Imported Upstream version 8.2~beta4+dfsgupstream/8.2.beta4+dfsg
Diffstat (limited to 'pretyping/inductiveops.mli')
-rw-r--r--pretyping/inductiveops.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/pretyping/inductiveops.mli b/pretyping/inductiveops.mli
index 9e370fec..1d24659c 100644
--- a/pretyping/inductiveops.mli
+++ b/pretyping/inductiveops.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: inductiveops.mli 9707 2007-03-15 16:36:15Z herbelin $ i*)
+(*i $Id: inductiveops.mli 11301 2008-08-04 19:41:18Z herbelin $ i*)
open Names
open Term
@@ -22,6 +22,7 @@ val type_of_inductive : env -> inductive -> types
(* Return type as quoted by the user *)
val type_of_constructor : env -> constructor -> types
+val type_of_constructors : env -> inductive -> types array
(* Return constructor types in normal form *)
val arities_of_constructors : env -> inductive -> types array