-
Notifications
You must be signed in to change notification settings - Fork 43
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
stack-safe foldl #93
stack-safe foldl #93
Conversation
@paf31 shall we do this now? If we're going to break it again now is the time to do it again, since nothing depends on transformers yet 😉 |
Oh, except |
We could always add it as a non-breaking change (add |
Sure, just wondered if you wanted to do it this way, and have the |
I think I'd prefer the non-breaking way to be honest. |
19f1af8
to
61ef639
Compare
This is now non-breaking. And ready for review. |
b2174d8
to
d0b3f11
Compare
Rebased on master. |
Thanks! |
If this makes sense, then giving
foldl'
a similar treatment should as well.