Expand Bool default imports.
parent
773413b837
commit
8163444217
|
@ -55,6 +55,11 @@ import Control.Monad.Trans.Reader as X
|
||||||
|
|
||||||
import Data.Bool as X
|
import Data.Bool as X
|
||||||
( Bool (..)
|
( Bool (..)
|
||||||
|
, (&&)
|
||||||
|
, (||)
|
||||||
|
, and
|
||||||
|
, not
|
||||||
|
, otherwise
|
||||||
)
|
)
|
||||||
|
|
||||||
import Data.Char as X
|
import Data.Char as X
|
||||||
|
|
Loading…
Reference in New Issue