remove unused import
This commit is contained in:
parent
0d5d0f0885
commit
f87952261a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user