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

List.maybeMap doesn't exists anymore. #28

Closed Natim closed 3 years ago

Natim commented 5 years ago

Fixes #27

Janiczek commented 5 years ago

Should probably be List.filterMap String.toInt (ie. List.map f >> List.filterMap identity is the same as List.filterMap f)

Natim commented 5 years ago

Makes sense thanks :joy:

evancz commented 3 years ago

Thanks!