From 04857a8cccdd2d04b4ad38cddf16236b015466f0 Mon Sep 17 00:00:00 2001 From: Jacques Date: Wed, 12 Mar 2025 16:02:26 -0400 Subject: [PATCH] =?UTF-8?q?[Refractor]=20contradiction=20over=20=E2=8A=A5-?= =?UTF-8?q?elim=20in=20=C2=AC-not=20def?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Data/Bool/Properties.agda | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Data/Bool/Properties.agda b/src/Data/Bool/Properties.agda index 5efacb561e..9ebc0291ae 100644 --- a/src/Data/Bool/Properties.agda +++ b/src/Data/Bool/Properties.agda @@ -16,7 +16,6 @@ import Algebra.Lattice.Properties.BooleanAlgebra as BooleanAlgebraProperties open import Data.Bool.Base using (Bool; true; false; not; _∧_; _∨_; _xor_ ; if_then_else_; T; _≤_; _<_ ; b≤b; f≤t; f