elm / url

Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
https://package.elm-lang.org/packages/elm/url/latest/
BSD 3-Clause "New" or "Revised" License
74 stars 43 forks source link

Replace Result with Maybe module in example #13

Closed rl-king closed 6 years ago

rl-king commented 6 years ago

The result a Maybe type not a Result type

evancz commented 6 years ago

A previous draft of this API put more emphasis on capturing errors, so the docs got out of date. Thanks for the fix! I want to do a couple other edits before doing a patch, so it may be weird on the site for a bit longer.