Skip to content

link to previous blog post #654

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

Merged
merged 1 commit into from
May 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blog/_posts/2017-05-30-tribulations-canbuildfrom.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ title: Tribulations of CanBuildFrom
infamous abstraction of the current collections. It is mainly criticised for making scary type
signatures.

Our ongoing [collections redesign](https://github.com/scala/collection-strawman) is an opportunity
to try alternative designs. This blogposts explains the (many!) problems solved by `CanBuildFrom`
Our ongoing collections redesign ([blog post](http://www.scala-lang.org/blog/2017/02/28/collections-rework.html), [GitHub repo](https://github.com/scala/collection-strawman)) is an opportunity
to try alternative designs. This post explains the (many!) problems solved by `CanBuildFrom`
and the alternative solutions implemented in the new collections.

## Transforming the elements of a collection
Expand Down