Hi, Two names at line 195 in "Algebra.Lattice.Properties.BooleanAlgebra" are confusing: ⊥≉⊤ : ¬ ⊥ ≈ ⊤ ⊥≉⊤ = lemma ⊥ ⊤ (∧-identityʳ _) (∨-zeroʳ _) ⊤≉⊥ : ¬ ⊤ ≈ ⊥ ⊤≉⊥ = lemma ⊤ ⊥ (∧-zeroʳ _) (∨-identityʳ _) It seems better to use "¬⊥≈⊤" and "¬⊤≈⊥" instead.