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

Changed documentation from [Int] to List Int #301

Merged
merged 1 commit into from Jul 19, 2015

Conversation

Projects
None yet
3 participants
@joshy
Contributor

joshy commented Jul 19, 2015

IIRC [Int] was the old syntax and has been changed to List Int

Changed documentation from [Int] to List Int
IIRC [Int] was the old syntax and has been changed to List Int
@texastoland

This comment has been minimized.

Show comment
Hide comment
@texastoland

texastoland Jul 19, 2015

Future idea (as if the list weren't long enough): verify code in package docs would compile in the REPL.

texastoland commented Jul 19, 2015

Future idea (as if the list weren't long enough): verify code in package docs would compile in the REPL.

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Jul 19, 2015

Member

Nice find @irrwitz, thanks for the fix!

Member

evancz commented Jul 19, 2015

Nice find @irrwitz, thanks for the fix!

evancz pushed a commit that referenced this pull request Jul 19, 2015

Merge pull request #301 from irrwitz/patch-1
Changed documentation from [Int] to List Int

@evancz evancz merged commit c803145 into elm:master Jul 19, 2015

1 check passed

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

@joshy joshy deleted the joshy:patch-1 branch Jul 20, 2015

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