monad-loops icon indicating copy to clipboard operation
monad-loops copied to clipboard

Fix docs for `unfoldWhileM` and `unfoldWhileM'`

Open hololeap opened this issue 6 years ago • 1 comments

The docs say that unfoldWhileM and unfoldWhileM' repeatedly evaluate the monadic action until the predicate returns True, but they actually evaluate it while the predicate returns True.

hololeap avatar Jul 23 '18 20:07 hololeap

Duplicate of #16

hololeap avatar Jul 23 '18 20:07 hololeap