1
Fork 0

Add additional Monad/MonadPlus operators.

master
Joshua Potter 2017-11-25 20:14:13 -08:00
parent 20347482ab
commit 5675f8b10d
1 changed files with 4 additions and 0 deletions

View File

@ -28,7 +28,11 @@ import Control.Monad as X
, (>>) , (>>)
, (>>=) , (>>=)
, fail , fail
, filterM
, fmap , fmap
, guard
, mplus
, mzero
, return , return
) )