aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tauto.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tauto.ml4 b/tactics/tauto.ml4
index fe5103cea8..b7a58be455 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<idtac>>