... On Tuesday, September 27, 2016 at 12:04:14 AM UTC-7, Peter Damoc wrote:
... > You can read more in the Error handling section of the guide: > https://guide.elm-lang.org/error_handling/ > > > I read that on my first pass through the guide, and just re-read it. What I don't see in there is a simple one-liner to get results in a repl when I know the result is okay --- it's a repl, I can see the result with my eyes. But after looking up the Result library you mentioned, now instead of the long case statement (with the super annoying backslash-end-of-line thing for multiline entries), I can use a much simpler Result.withDefault. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
