From be168245c91bca1b65f494a54f957ef2db966cc3 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 28 Nov 2016 19:41:59 +0100 Subject: [PATCH] fix typo --- src/Data/Bool.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (∧) ∷ 𝔹 → 𝔹 → 𝔹