From 47e9afaaa4c08aca97d4f4b5a89cb40da76bd850 Mon Sep 17 00:00:00 2001 From: msozeau Date: Sat, 28 Jan 2012 05:08:18 +0000 Subject: Tentative to fix bug #2628 by not letting intuition break records. Might be too much of a backwards-incompatible change git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14949 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/tauto.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics') diff --git a/tactics/tauto.ml4 b/tactics/tauto.ml4 index b7a58be455..fe5103cea8 100644 --- a/tactics/tauto.ml4 +++ b/tactics/tauto.ml4 @@ -100,7 +100,7 @@ let iter_tac tacl = let is_conj ist = let ind = assoc_var "X1" ist in - if (not binary_mode || is_binary ind) (* && not (is_record ind) *) + if (not binary_mode || is_binary ind) && not (is_record ind) && is_conjunction ~strict:strict_in_hyp_and_ccl ind then <:tactic> -- cgit v1.2.3