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 upRemove <~ from documentation examples #450
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
Nov 28, 2015
Contributor
@evancz, I think this is an important documentation fix. We want example code to actually work.
|
@evancz, I think this is an important documentation fix. We want example code to actually work. |
jvoigtlaender
referenced this pull request
Nov 28, 2015
Closed
Meta issue: Documentation improvements #451
pushed a commit
that referenced
this pull request
Nov 28, 2015
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
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
jvoigtlaender commentedNov 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 ofcore.