diff options
Diffstat (limited to 'kernel/inductive.ml')
| -rw-r--r-- | kernel/inductive.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inductive.ml b/kernel/inductive.ml index efae466f8e..52f2ea3db7 100644 --- a/kernel/inductive.ml +++ b/kernel/inductive.ml @@ -164,7 +164,7 @@ let instantiate_inductive_with_param_levels env ar mip paramtyps = let subst = make_subst env ar.mind_param_levels args in sort_of_instantiated_universe mip subst ar.mind_level -let type_of_applied_inductive env mip paramtyps = +let type_of_inductive_knowing_parameters env mip paramtyps = match mip.mind_arity with | Monomorphic s -> s.mind_user_arity |
