Add additional Monad/MonadPlus operators.
parent
20347482ab
commit
5675f8b10d
|
@ -28,7 +28,11 @@ import Control.Monad as X
|
||||||
, (>>)
|
, (>>)
|
||||||
, (>>=)
|
, (>>=)
|
||||||
, fail
|
, fail
|
||||||
|
, filterM
|
||||||
, fmap
|
, fmap
|
||||||
|
, guard
|
||||||
|
, mplus
|
||||||
|
, mzero
|
||||||
, return
|
, return
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue