Cleanup
This commit is contained in:
+5
-1
@@ -1,4 +1,8 @@
|
||||
module MonadHelp where
|
||||
module MonadHelp
|
||||
( module Control.Monad
|
||||
, module MonadHelp
|
||||
) where
|
||||
import Control.Monad
|
||||
|
||||
untilJust :: Monad m => m (Maybe a) -> m a
|
||||
untilJust m = go
|
||||
|
||||
Reference in New Issue
Block a user