diff options
Diffstat (limited to 'kernel/inductive.ml')
| -rw-r--r-- | kernel/inductive.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/inductive.ml b/kernel/inductive.ml index 16ff717e90..c98e222a00 100644 --- a/kernel/inductive.ml +++ b/kernel/inductive.ml @@ -416,8 +416,8 @@ let inductive_of_fix env recarg body = - [Some lc] if [c] is a strict subterm of the rec. arg. (or a Meta) - [None] otherwise *) -let rec subterm_specif renv c ind = - let f,l = decompose_app (whd_betadeltaiota renv.env c) in +let rec subterm_specif renv t ind = + let f,l = decompose_app (whd_betadeltaiota renv.env t) in match kind_of_term f with | Rel k -> subterm_var k renv |
