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 upUpdate Decode.elm #410
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
evancz
Sep 17, 2015
Member
Can you make the code look like this:
extractString : Decoder String
extractString =
tuple1 identity stringThen it should be all set!
|
Can you make the code look like this: extractString : Decoder String
extractString =
tuple1 identity stringThen it should be all set! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
simonh1000
Sep 18, 2015
Owner
I'm not very expert at pull requests, but i think you have the diff here correctly now
|
I'm not very expert at pull requests, but i think you have the diff here correctly now |
added a commit
that referenced
this pull request
Sep 21, 2015
jvoigtlaender
merged commit 65c87f9
into
elm:master
Sep 21, 2015
1 check failed
continuous-integration/travis-ci/pr
The Travis CI build failed
Details
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
Sep 21, 2015
Contributor
Since the second commit addresses @evancz's point about formatting of the code, I'm merging this pull request.
|
Since the second commit addresses @evancz's point about formatting of the code, I'm merging this pull request. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Great, thanks @simonh1000 and @jvoigtlaender! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
simonh1000 commentedSep 17, 2015
Added example based on my pain, and max/Janis help