-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
flatFold(Seq) #4
Labels
enhancement
New feature or request
flatFold
Issues/PRs about the "flatFold" function
released on @next
released
Comments
RobertFischer
added
enhancement
New feature or request
flatFold
Issues/PRs about the "flatFold" function
labels
Nov 12, 2020
RobertFischer
added a commit
that referenced
this issue
Dec 14, 2020
It's like flatMap, but for folds. Closes #4
RobertFischer
pushed a commit
that referenced
this issue
Dec 14, 2020
## [2.1.0-rc.2](v2.1.0-rc.1...v2.1.0-rc.2) (2020-12-14) ### Features * **flatfold:** implement a concatenating version of fold ([a2c7cb4](a2c7cb4)), closes [#4](#4)
🎉 This issue has been resolved in version 2.1.0-rc.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
flatFold
Issues/PRs about the "flatFold" function
released on @next
released
We could get some major performance wins by providing a flatFold and flatFoldSeq.
The text was updated successfully, but these errors were encountered: