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 d98adbb37f..16ff717e90 100644 --- a/kernel/inductive.ml +++ b/kernel/inductive.ml @@ -572,7 +572,7 @@ let check_one_fix renv recpos def = | Const sp as c -> (try List.for_all (check_rec_call renv) l with (FixGuardError _ ) as e -> - if evaluable_constant renv.env sp then + if evaluable_constant sp renv.env then check_rec_call renv (applist(constant_value renv.env sp, l)) else raise e) |
