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 upAdding missing export lists #257
Conversation
jvoigtlaender
added some commits
May 30, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Looks good to me, thank you! |
pushed a commit
that referenced
this pull request
May 31, 2015
evancz
merged commit 3f52698
into
elm:master
May 31, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
jvoigtlaender
deleted the
jvoigtlaender:exports
branch
May 31, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jvoigtlaender commentedMay 30, 2015
Exporting all the entities from
Graphics.Input,Graphics.Input.Field,Json.Decode, andJson.Encodethat are part of the documented API, i.e., all the entities that are in those files except for the "internal representations" ofValueundDecoder.Addresses https://github.com/elm-lang/core/issues/236.