aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/indtypes.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-08-29 00:50:08 +0200
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-08-29 00:50:08 +0200
commite368bcd7e16fda4d011ad2c960c647c7da72bcb6 (patch)
tree352297625b07485c667250b691b20a12cf8663ef /kernel/indtypes.mli
parent23f064547758a491bb7cb709797c2b1338a17558 (diff)
Add test-suite file. Compute the name for the record binder in the
eta-expanded version of a projection as before.
Diffstat (limited to 'kernel/indtypes.mli')
-rw-r--r--kernel/indtypes.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/indtypes.mli b/kernel/indtypes.mli
index 85e6a6327..0d5b03404 100644
--- a/kernel/indtypes.mli
+++ b/kernel/indtypes.mli
@@ -41,6 +41,7 @@ val check_inductive : env -> mutual_inductive -> mutual_inductive_entry -> mutua
val enforce_indices_matter : unit -> unit
val is_indices_matter : unit -> bool
-val compute_projections : pinductive -> int -> Context.rel_context -> int array -> int array ->
+val compute_projections : pinductive -> Id.t ->
+ int -> Context.rel_context -> int array -> int array ->
Context.rel_context ->
(constant array * projection_body array)