remove unused import

This commit is contained in:
rnhmjoj 2016-11-29 16:18:00 +01:00
parent 0d5d0f0885
commit f87952261a
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -14,12 +14,10 @@
-- | Defines the boolean type and logical operators -- | Defines the boolean type and logical operators
module Data.Bool where module Data.Bool where
import Data.Kind (Type) import Data.Kind (Type)
import Data.TypeClass (Eq(..), Enum, Show) import Data.TypeClass (Eq(..), Enum, Show)
import GHC.Types (Bool(..)) import GHC.Types (Bool(..))
import Data.Singletons.TH import Data.Singletons.TH
import Data.Singletons.Prelude.Enum
class IfThenElse b where class IfThenElse b where