/elm-tuple-extra

Tuple stuff

Primary LanguageElmMIT LicenseMIT

Tuple Extra

Additional helpers for working with tuples.

For example:

foo (x, y) = (baz x, y)

becomes

foo = mapSnd baz