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 c3f9c37e9c..9eec0c0645 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -552,6 +552,7 @@ let elim_flags = {
modulo_conv_on_closed_terms = true;
use_metas_eagerly = true;
modulo_delta = Cpred.empty;
+ modulo_zeta = true;
}
let elimination_clause_scheme with_evars allow_K elimclause indclause gl =