expose rest of safe functions

This commit is contained in:
Stephen Diehl
2016-04-09 20:17:55 -04:00
parent 1a6ce9436f
commit 26c148510e
3 changed files with 21 additions and 7 deletions
+6 -6
View File
@@ -2,12 +2,12 @@
{-# LANGUAGE NoImplicitPrelude #-}
module Bool (
whenM
, unlessM
, ifM
, guardM
, bool
) where
whenM
, unlessM
, ifM
, guardM
, bool
) where
import Data.Bool (Bool)
import Data.Function (flip)