aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre Letouzey2017-05-24 18:04:10 +0200
committerPierre Letouzey2017-10-05 23:30:05 +0200
commit87539cd9f8ce912e5e084dfbed5fa366555b6006 (patch)
treec6d088147366f7be5fb6f660d0cfaa37b54ca06b /CHANGES
parent87a63ffc6dd36be0ef2e757b46f3c81f67f96207 (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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 10695b511c..9a180a8843 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
===============================