expose rest of safe functions
This commit is contained in:
+6
-6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user