From 49762f64a3616919dbfc1be09410cf830d168e70 Mon Sep 17 00:00:00 2001 From: aspiwack Date: Sat, 2 Nov 2013 15:36:21 +0000 Subject: Fix behaviour of the refine tactic with respect to evars in types. It used not to propagate discovered constraints on the evars of the conclusion of the goal. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16987 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/tactics.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tactics/tactics.ml b/tactics/tactics.ml index 3e37ea998a..fe605da8ef 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -3818,7 +3818,7 @@ module New = struct let refine c = let c = Goal.Refinable.make begin fun h -> - Goal.Refinable.constr_of_open_constr h false c + Goal.Refinable.constr_of_open_constr h true c end in Proofview.Goal.lift c >>= fun c -> Proofview.tclSENSITIVE (Goal.refine c) -- cgit v1.2.3