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

added explicit export list to Array.elm #97

Merged
merged 1 commit into from Jan 15, 2015

Conversation

Projects
None yet
2 participants
@jvoigtlaender
Contributor

jvoigtlaender commented Jan 15, 2015

meant to address part of elm/elm-lang.org#173

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Jan 15, 2015

Member

Great, thank you! According to elm-package diff we are no longer exporting the Array constructor, which definitely should be hidden.

So looks good to me!

Member

evancz commented Jan 15, 2015

Great, thank you! According to elm-package diff we are no longer exporting the Array constructor, which definitely should be hidden.

So looks good to me!

evancz pushed a commit that referenced this pull request Jan 15, 2015

Merge pull request #97 from jvoigtlaender/exports-Array
added explicit export list to Array.elm

@evancz evancz merged commit cda56ea into elm:master Jan 15, 2015

1 check failed

continuous-integration/travis-ci The Travis CI build failed
Details

@jvoigtlaender jvoigtlaender deleted the jvoigtlaender:exports-Array branch Jan 15, 2015

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