This commit is contained in:
2022-06-09 11:36:15 +01:00
parent 5aa55b3c86
commit 9252c48d2b
2 changed files with 5 additions and 2 deletions
+5 -1
View File
@@ -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