From 87539cd9f8ce912e5e084dfbed5fa366555b6006 Mon Sep 17 00:00:00 2001 From: Pierre Letouzey Date: Wed, 24 May 2017 18:04:10 +0200 Subject: 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). --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') 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 =============================== -- cgit v1.2.3