aboutsummaryrefslogtreecommitdiff
path: root/tactics/tactics.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tactics.ml')
-rw-r--r--tactics/tactics.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 3cd8199479..e96806de1c 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -681,6 +681,7 @@ let elim_flags = {
use_metas_eagerly = true;
modulo_delta = empty_transparent_state;
resolve_evars = false;
+ use_evars_pattern_unification = true;
}
let elimination_clause_scheme with_evars allow_K elimclause indclause gl =