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

List .map does not always return a new List #64

Closed
ulfryk opened this issue May 20, 2016 · 0 comments · Fixed by #80
Closed

List .map does not always return a new List #64

ulfryk opened this issue May 20, 2016 · 0 comments · Fixed by #80
Labels
Milestone

Comments

@ulfryk
Copy link
Member

ulfryk commented May 20, 2016

This:

List.fromArray(['a', 'b', 'c']).map(_ => null)

and this

List.fromArray(['a', 'b', 'c']).map(_ => undefined)

returns curry function instead of a new List.

@ulfryk ulfryk added the bug label May 20, 2016
@ulfryk ulfryk added this to the 0.9 Release milestone Jun 9, 2016
@ulfryk ulfryk closed this as completed in ec058d4 Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant