diff options
| author | Pierre-Marie Pédrot | 2016-03-09 17:43:12 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-03-09 17:43:12 +0100 |
| commit | fdbad8894dec9df0294e91aac61ce47d5af609d4 (patch) | |
| tree | 9606652bb2c7016c6087c6238a06ed756d460293 /tactics | |
| parent | c633bb322acf0bb626eafe6158287d1ddc11af26 (diff) | |
| parent | 2788c86e6a3c089aa7450a7768f8444470e35901 (diff) | |
Merge branch 'v8.5'
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/equality.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/equality.ml b/tactics/equality.ml index 6c550e9163..bc03baf264 100644 --- a/tactics/equality.ml +++ b/tactics/equality.ml @@ -230,7 +230,7 @@ let rewrite_keyed_core_unif_flags = { (* This is set dynamically *) restrict_conv_on_strict_subterms = false; - modulo_betaiota = false; + modulo_betaiota = true; modulo_eta = true; } |
