diff options
| author | Pierre Letouzey | 2017-05-24 18:04:10 +0200 |
|---|---|---|
| committer | Pierre Letouzey | 2017-10-05 23:30:05 +0200 |
| commit | 87539cd9f8ce912e5e084dfbed5fa366555b6006 (patch) | |
| tree | c6d088147366f7be5fb6f660d0cfaa37b54ca06b /CHANGES | |
| parent | 87a63ffc6dd36be0ef2e757b46f3c81f67f96207 (diff) | |
romega: takes advantage of context variables with body
When a context variable x is of the form "x := body : Z",
romega is now made aware of this body. Technically, we reify an equation
x = body, and push a corresponding (eq_refl x) as argument of the
final do_omega.
See also the previous commit adding this same feature to omega
(fixing bug 142).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ Tactics - The tactic "omega" is now aware of the bodies of context variables such as "x := 5 : Z" (see bug #148). This could be disabled via Unset Omega UseLocalDefs. +- The tactic "omega" is now aware of the bodies of context variables + such as "x := 5 : Z" (see bug #148). This could be disabled via + Unset Omega UseLocalDefs. +- The tactic "romega" is also aware now of the bodies of context variables. Changes from 8.7+beta1 to 8.7.0 =============================== |
