aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/command.ml
diff options
context:
space:
mode:
Diffstat (limited to 'vernac/command.ml')
-rw-r--r--vernac/command.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/command.ml b/vernac/command.ml
index 116a7aee1..6c5997623 100644
--- a/vernac/command.ml
+++ b/vernac/command.ml
@@ -662,7 +662,7 @@ let interp_mutual_inductive (paramsl,indl) notations poly prv finite =
}
in
(if poly then
- Inductiveops.infer_inductive_subtyping env_ar_params evd mind_ent
+ Inductiveops.infer_inductive_subtyping env_ar evd mind_ent
else mind_ent), pl, impls
(* Very syntactical equality *)