From 9fbef8488c746675eb873094e7f7505e1c63a913 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 3 Aug 2016 13:16:00 -0700 Subject: Remove Bool.absorption_andb Bool.absorption_orb, not present in < 8.4pl5 --- src/Util/Bool.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Util/Bool.v') diff --git a/src/Util/Bool.v b/src/Util/Bool.v index 031718c87..5293268df 100644 --- a/src/Util/Bool.v +++ b/src/Util/Bool.v @@ -13,7 +13,7 @@ Hint Extern 1 => progress autorewrite with bool_congr in * : bool_congr. Hint Extern 1 => progress autorewrite with bool_congr_setoid in * : bool_congr_setoid. Hint Extern 2 => progress rewrite_strat topdown hints bool_congr_setoid : bool_congr_setoid. -Hint Rewrite Bool.andb_diag Bool.orb_diag Bool.eqb_reflx Bool.negb_involutive Bool.eqb_negb1 Bool.eqb_negb2 Bool.orb_true_r Bool.orb_true_l Bool.orb_false_r Bool.orb_false_l Bool.orb_negb_r Bool.andb_false_r Bool.andb_false_l Bool.andb_true_r Bool.andb_false_r Bool.andb_negb_r Bool.absorption_andb Bool.absorption_orb Bool.xorb_false_r Bool.xorb_false_l Bool.xorb_true_r Bool.xorb_true_l Bool.xorb_nilpotent : bool_congr. +Hint Rewrite Bool.andb_diag Bool.orb_diag Bool.eqb_reflx Bool.negb_involutive Bool.eqb_negb1 Bool.eqb_negb2 Bool.orb_true_r Bool.orb_true_l Bool.orb_false_r Bool.orb_false_l Bool.orb_negb_r Bool.andb_false_r Bool.andb_false_l Bool.andb_true_r Bool.andb_false_r Bool.andb_negb_r Bool.xorb_false_r Bool.xorb_false_l Bool.xorb_true_r Bool.xorb_true_l Bool.xorb_nilpotent : bool_congr. Hint Rewrite Bool.negb_if : boolsimplify. Hint Rewrite <- Bool.andb_if Bool.andb_lazy_alt Bool.orb_lazy_alt : boolsimplify. Hint Rewrite Bool.not_true_iff_false Bool.not_false_iff_true Bool.eqb_true_iff Bool.eqb_false_iff Bool.negb_true_iff Bool.negb_false_iff Bool.orb_true_iff Bool.orb_false_iff Bool.andb_true_iff Bool.andb_false_iff Bool.xorb_negb_negb : bool_congr_setoid. -- cgit v1.2.3