diff --git a/src/Postlude.hs b/src/Postlude.hs index a2f4e12..6b662a4 100644 --- a/src/Postlude.hs +++ b/src/Postlude.hs @@ -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