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 uptoString: don’t escape single quotes in strings and double quotes in char. #70
Conversation
pushed a commit
that referenced
this pull request
Dec 29, 2014
evancz
merged commit 6640cdc
into
elm:master
Dec 29, 2014
1 check passed
continuous-integration/travis-ci
The Travis CI build passed
Details
laszlopandy
deleted the
laszlopandy:tostring-escaped-quotes
branch
Jan 5, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
laszlopandy commentedDec 29, 2014
I propose not escaping the
'in strings and"in chars because otherwise you get outputs like this:(Err "could not convert string \'y\' to an Int")