Skip to content

zapnito/elm-tuple-extra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuple Extra

Additional helpers for working with tuples.

For example:

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

becomes

foo = mapSnd baz

Packages

No packages published

Languages

  • Elm 100.0%