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 upMaybe.andThen Documentation Is Not Valid #300
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
Aug 30, 2015
Contributor
Closing this, since there is now a PR which addresses this: https://github.com/elm-lang/core/pull/328.
|
Closing this, since there is now a PR which addresses this: https://github.com/elm-lang/core/pull/328. |
jvoigtlaender
closed this
Aug 30, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
defndaines commentedJul 17, 2015
The example code for
andThenin the Maybe module is not valid. It assumes thatString.toIntwill return aMaybe, but it returns aResult.Sorry, just learning, so I don't have a good working example to provide as a PR.