diff options
| author | Matthieu Sozeau | 2014-08-29 00:50:08 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2014-08-29 00:50:08 +0200 |
| commit | e368bcd7e16fda4d011ad2c960c647c7da72bcb6 (patch) | |
| tree | 352297625b07485c667250b691b20a12cf8663ef /kernel/indtypes.mli | |
| parent | 23f064547758a491bb7cb709797c2b1338a17558 (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.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/indtypes.mli b/kernel/indtypes.mli index 85e6a6327a..0d5b034049 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) |
