aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-10-09 16:40:03 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-10-09 16:40:03 +0000
commitf1778f0e830c50aaec250916f14e202d95960414 (patch)
treeae220556180dfa55d6b638467deb7edf58d4c17b /kernel/inductive.mli
parent8dbab7f463cabfc2913ab8615973c96ac98bf371 (diff)
Suppression des arguments sur les constantes, inductifs et constructeurs
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2106 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/inductive.mli')
-rw-r--r--kernel/inductive.mli12
1 files changed, 4 insertions, 8 deletions
diff --git a/kernel/inductive.mli b/kernel/inductive.mli
index c8f49ed61..2aee7f420 100644
--- a/kernel/inductive.mli
+++ b/kernel/inductive.mli
@@ -67,10 +67,10 @@ type inductive_family = IndFamily of inductive_instance * constr list
val make_ind_family : inductive_instance * constr list -> inductive_family
val dest_ind_family : inductive_family -> inductive_instance * constr list
-val liftn_inductive_family : int -> int -> inductive_family -> inductive_family
-val lift_inductive_family : int -> inductive_family -> inductive_family
-val substnl_ind_family : constr list -> int -> inductive_family
- -> inductive_family
+val liftn_inductive_family :
+ int -> int -> inductive_family -> inductive_family
+val lift_inductive_family :
+ int -> inductive_family -> inductive_family
(*s [inductive_type] = [inductive_family] applied to ``real'' parameters *)
type inductive_type = IndType of inductive_family * constr list
@@ -90,10 +90,6 @@ val inductive_of_constructor : constructor -> inductive
val index_of_constructor : constructor -> int
val ith_constructor_of_inductive : inductive -> int -> constructor
-val inductive_path_of_constructor_path : constructor_path -> inductive_path
-val ith_constructor_path_of_inductive_path :
- inductive_path -> int -> constructor_path
-
(*s This type gathers useful informations about some instance of a constructor
relatively to some implicit context (the current one)