New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change field order in Json.Decode.andThen example #617

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
2 participants
@jvoigtlaender
Contributor

jvoigtlaender commented May 20, 2016

Deliberately made the thing that andThen checks first not be the first field in a concrete JSON input. As this question on the mailing list demonstrates, that's non-obvious for learners. That is, the andThen may give the impression that the thing checked first needs to textually appear first. Better to crush this misconception with the example.

@lukewestby lukewestby added the docs label Aug 20, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment