We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://hackage.haskell.org/package/streaming-0.2.3.1/docs/Streaming.html#v:untilJust
untilJust :: (Monad m, Applicative f) => m (Maybe r) -> Stream f m r Repeat a
untilJust :: (Monad m, Applicative f) => m (Maybe r) -> Stream f m r
Repeat a
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. This should read something more like (wording could need work)
Repeat a monadic action until it returns a 'Just' value.
along with an example.
I noticed that untilLeft and untilRight don't have docs at all.
untilLeft
untilRight
Sorry, something went wrong.
No branches or pull requests
https://hackage.haskell.org/package/streaming-0.2.3.1/docs/Streaming.html#v:untilJust
The text was updated successfully, but these errors were encountered: