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 upCorrect behavior of `toString` #267
Conversation
pushed a commit
that referenced
this pull request
Jun 8, 2015
evancz
merged commit 34f5833
into
elm:master
Jun 8, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Thank you for the fix! |
jvoigtlaender
deleted the
jvoigtlaender:patch-2
branch
Jun 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jvoigtlaender commentedJun 6, 2015
... on signals, should say "", not "".
Much as I regret that we don't have separate signal and stream concepts: As long as we don't, messages to the programmer/user should name the concept correctly. Currently, if you run
you get output "". But it should be (and before 0.15, was): "". Streams are not a thing, currently.