diff --git a/src/Data/Bool.hs b/src/Data/Bool.hs index 755a76f..e28681a 100644 --- a/src/Data/Bool.hs +++ b/src/Data/Bool.hs @@ -28,7 +28,7 @@ singletons [d| deriving (Eq, Show) - -- * Logical operatos + -- * Logical operators -- | Conjuction (∧) ∷ 𝔹 → 𝔹 → 𝔹