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

Adding missing export lists #257

Merged
merged 2 commits into from May 31, 2015

Conversation

Projects
None yet
2 participants
@jvoigtlaender
Contributor

jvoigtlaender commented May 30, 2015

Exporting all the entities from Graphics.Input, Graphics.Input.Field, Json.Decode, and Json.Encode that are part of the documented API, i.e., all the entities that are in those files except for the "internal representations" of Value und Decoder.

Addresses https://github.com/elm-lang/core/issues/236.

jvoigtlaender added some commits May 30, 2015

add export lists to Graphics.Input(.Field)
exporting all the entities there are in those files, since they are all
part of the documented API
add export lists to Json.Decode and Json.Encode
exporting all the entities there are in those files, except for the
"internal representations" of Value und Decoder
@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz May 31, 2015

Member

Looks good to me, thank you!

Member

evancz commented May 31, 2015

Looks good to me, thank you!

evancz pushed a commit that referenced this pull request May 31, 2015

@evancz 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 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