Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upDocumentation: Express order in Dict/Set enumeration functions #436
Conversation
jvoigtlaender
referenced this pull request
Nov 28, 2015
Closed
Meta issue: Documentation improvements #451
pushed a commit
that referenced
this pull request
Nov 28, 2015
evancz
merged commit 033fe1f
into
elm:master
Nov 28, 2015
1 check was pending
continuous-integration/travis-ci/pr
The Travis CI build is in progress
Details
jvoigtlaender
deleted the
jvoigtlaender:dicts-ordered
branch
Nov 28, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jvoigtlaender commentedNov 19, 2015
That these functions return lists sorted in a specific way is already relied on by clients (for example by the current resolution of elm/package.elm-lang.org#97). So it makes sense to make the promise explicit.