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

Remove <~ from documentation examples #450

Merged
merged 1 commit into from Nov 28, 2015

Conversation

Projects
None yet
2 participants
@jvoigtlaender
Contributor

jvoigtlaender commented Nov 28, 2015

Several examples were still using this now outlawed signal map operator. I replaced those uses by Signal.map, so that the examples actually work with the current version of core.

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Nov 28, 2015

Contributor

@evancz, I think this is an important documentation fix. We want example code to actually work.

Contributor

jvoigtlaender commented Nov 28, 2015

@evancz, I think this is an important documentation fix. We want example code to actually work.

evancz pushed a commit that referenced this pull request Nov 28, 2015

Merge pull request #450 from jvoigtlaender/doc-remove-signal-map-oper…
…ator

Remove <~ from documentation examples

@evancz evancz merged commit 23287d8 into elm:master Nov 28, 2015

1 check failed

continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details

@jvoigtlaender jvoigtlaender deleted the jvoigtlaender:doc-remove-signal-map-operator branch Nov 28, 2015

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