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 upDocs: fix confusing example from mailing list #290
Conversation
pushed a commit
that referenced
this pull request
Jul 10, 2015
evancz
merged commit cbe6095
into
elm:master
Jul 10, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
mgold
deleted the
mgold:fix-signal-map-docs
branch
Jul 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mgold commentedJul 6, 2015
Inspired by this thread, I have removed the reference to
toElementand replaced it with the fully qualifiedshow. It would have been bad enough iftoElementdidn't exist, but in fact is does exist with an incompatible type signature in the Html library.