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

Fix inconsistent types in `filterMap` code example. #220

Merged
merged 1 commit into from Apr 21, 2015

Conversation

Projects
None yet
2 participants
@teehemkay
Contributor

teehemkay commented Apr 21, 2015

toInt expects a String, not an Int.

Correct bug in `filterMap` code example.
The types are inconsistent: `toInt` expects a `String`, not an `Int'.

@teehemkay teehemkay changed the title from Correct bug in `filterMap` code example. to Fix inconsistent types in `filterMap` code example. Apr 21, 2015

evancz pushed a commit that referenced this pull request Apr 21, 2015

Merge pull request #220 from teehemkay/patch-1
Fix inconsistent types in `filterMap` code example.

@evancz evancz merged commit 46eb632 into elm:master Apr 21, 2015

1 check failed

continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment