Elm 0.19 limited the Tuple
to just 2 or 3 elements. Still, the offical core Tuple
module
ignores the 3-tuple completely.
This library replicates the core 2-tuple API for its neglected larger sibling. It is very sparse, with one constructor, three element accessors and four mappers.