diff options
| author | Pierre-Marie Pédrot | 2016-08-16 11:57:43 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-08-16 11:57:43 +0200 |
| commit | d9009ceedf928ef9567f7b3045c46df00662c21d (patch) | |
| tree | 6746aa12ec344dd52d9375b1bc4caf84ebcc81e8 /ltac | |
| parent | fa324f9bedcc8f05421f729e49ebd0494aeb8765 (diff) | |
| parent | 3941c270d79c3e3a4be12ba260a2694e523e4229 (diff) | |
Merge branch 'v8.5' into v8.6
Diffstat (limited to 'ltac')
| -rw-r--r-- | ltac/rewrite.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ltac/rewrite.ml b/ltac/rewrite.ml index df96cfcf6c..47c78ae5c2 100644 --- a/ltac/rewrite.ml +++ b/ltac/rewrite.ml @@ -591,7 +591,7 @@ let general_rewrite_unif_flags () = Unification.modulo_conv_on_closed_terms = Some ts; Unification.use_evars_eagerly_in_conv_on_closed_terms = true; Unification.modulo_delta = ts; - Unification.modulo_delta_types = ts; + Unification.modulo_delta_types = full_transparent_state; Unification.modulo_betaiota = true } in { Unification.core_unify_flags = core_flags; |
