aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--pretyping/unification.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pretyping/unification.ml b/pretyping/unification.ml
index d226c94d1..03ef66836 100644
--- a/pretyping/unification.ml
+++ b/pretyping/unification.ml
@@ -656,7 +656,8 @@ let unify_type env sigma flags mv status c =
let mvty = nf_meta sigma mvty in
unify_to_type env sigma
{flags with modulo_delta = flags.modulo_delta_types;
- modulo_conv_on_closed_terms = Some flags.modulo_delta_types}
+ modulo_conv_on_closed_terms = Some flags.modulo_delta_types;
+ modulo_betaiota = true}
c status mvty
(* Move metas that may need coercion at the end of the list of instances *)