1
Fork 0

Expand Bool default imports.

master
Joshua Potter 2017-11-28 00:22:52 -08:00
parent 773413b837
commit 8163444217
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ import Control.Monad.Trans.Reader as X
import Data.Bool as X
( Bool (..)
, (&&)
, (||)
, and
, not
, otherwise
)
import Data.Char as X