aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorMatthieu Sozeau2019-08-22 17:03:11 +0200
committerMatthieu Sozeau2019-08-22 17:03:11 +0200
commit41d7105708dbd4a3066a1a92d69ad2547e51ee76 (patch)
tree165d8a90504aaa5490925effa51053e79675cebc /proofs
parent6bb04f3240e14cc0bbb117879afd0305db31b64c (diff)
parent122a5aca4f7b21f65afece2c59e8529183713d71 (diff)
Merge PR #9062: Delay the computation of frozen evars in legacy unification.
Reviewed-by: mattam82
Diffstat (limited to 'proofs')
-rw-r--r--proofs/clenvtac.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/clenvtac.ml b/proofs/clenvtac.ml
index 1904d9b112..8e7d1df29a 100644
--- a/proofs/clenvtac.ml
+++ b/proofs/clenvtac.ml
@@ -108,7 +108,7 @@ let fail_quick_core_unif_flags = {
check_applied_meta_types = false;
use_pattern_unification = false;
use_meta_bound_pattern_unification = true; (* ? *)
- frozen_evars = Evar.Set.empty;
+ allowed_evars = AllowAll;
restrict_conv_on_strict_subterms = false; (* ? *)
modulo_betaiota = false;
modulo_eta = true;