-
Notifications
You must be signed in to change notification settings - Fork 177
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
Extend lwt_seq #842
Extend lwt_seq #842
Conversation
Seems like a good change to be consistent with the other modules in Lwt. |
Agreed, I think these are good changes. |
I'm adding Other questions:
|
I agree that using Dropping the extra |
f25122c
to
6fe90da
Compare
2fa10d3
to
448118c
Compare
I noticed something similar for Also important, Along the same line, I added I've also added some tests for I think it's mostly ready. It needs documentation and also a pass of cosmestics to make the code more uniform. Feedback welcome before I start doing these. :) |
… very recent OCaml version
Just took a look at the latest changes and everything seems to match the Lwt API better now. Also, the addition of the |
Adds
iter_p
, renamesiter
intoiter_s
, addsiter
.This is meant as a discussion, it should ideally happen before the first release of Lwt that includes
Lwt_seq
to avoid difficulties with the backwards compatibility.Are the added functions useful?
/
Should we also have a similar range of
_s
for some other traversals? (Note that_p
doesn't make sense for some of them.)ping @zshipko @c-cube