From f87952261ad3d6ff203e4a6e98608e5ad630339b Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 29 Nov 2016 16:18:00 +0100 Subject: [PATCH] remove unused import --- src/Data/Bool.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Data/Bool.hs b/src/Data/Bool.hs index 88a3b9d..179b2ca 100644 --- a/src/Data/Bool.hs +++ b/src/Data/Bool.hs @@ -14,12 +14,10 @@ -- | Defines the boolean type and logical operators module Data.Bool where - import Data.Kind (Type) import Data.TypeClass (Eq(..), Enum, Show) import GHC.Types (Bool(..)) import Data.Singletons.TH -import Data.Singletons.Prelude.Enum class IfThenElse b where