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 code improvement in Dict.elm #261

Merged
merged 1 commit into from Jun 5, 2015

Conversation

Projects
None yet
2 participants
@jvoigtlaender
Contributor

jvoigtlaender commented Jun 4, 2015

I guess this makes it more obvious what that code is doing, and is also more in line with how other non-auxiliary functions in this module are written.

Of course, semantically there is no change, due to this definition: https://github.com/elm-lang/core/blob/2.0.1/src/Dict.elm#L82

small code improvement
I guess this makes it  more obvious what that code is doing, and is also more in line with how other non-auxiliary functions in this module are written.

evancz pushed a commit that referenced this pull request Jun 5, 2015

Merge pull request #261 from jvoigtlaender/patch-1
Small code improvement in Dict.elm

@evancz evancz merged commit 744a514 into elm:master Jun 5, 2015

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Jun 5, 2015

Member

Makes sense to me!

Member

evancz commented Jun 5, 2015

Makes sense to me!

@jvoigtlaender jvoigtlaender deleted the jvoigtlaender:patch-1 branch Jun 5, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment