Skip to content
New issue

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

Module documentation just ends mid-sentence #117

Open
mauke opened this issue Mar 6, 2023 · 1 comment
Open

Module documentation just ends mid-sentence #117

mauke opened this issue Mar 6, 2023 · 1 comment

Comments

@mauke
Copy link

mauke commented Mar 6, 2023

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

@chessai
Copy link
Member

chessai commented Apr 23, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants