aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--checker/inductive.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/inductive.ml b/checker/inductive.ml
index c00a6c5dd..1130c5e03 100644
--- a/checker/inductive.ml
+++ b/checker/inductive.ml
@@ -295,7 +295,7 @@ let is_correct_arity env c (p,pj) ind specif params =
check_allowed_sort (family_of_sort s') specif;
false
| _, (_,Some _,_ as d)::ar' ->
- srec (push_rel d env) (lift 1 pt') ar' u
+ srec (push_rel d env) (lift 1 pt') ar'
| _ ->
raise (LocalArity None)
in