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

Small bug fixes #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Small bug fixes #1

wants to merge 2 commits into from

Conversation

zshift
Copy link

@zshift zshift commented Nov 7, 2014

The implementations of reduce were fixed. They used to iterate over the same element in the list, now it correctly iterates over every element in the list. concatMap was made into an instance method. Changed the return type of exercise19 to be consistent with the other exercises.

Fixed reduce implementations. Made concatMap an instance method of ComposableList<T>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant