BSD-3-Clause licensed by Andrew Martin
Maintained by [email protected]
This version can be pinned in stack with:tuples-0.1.0.0@sha256:7006c1cab721ad3e39cdbf1ccb07ec050b94d654cc6e39277d46241eee6ac7c9,1088

Module documentation for 0.1.0.0

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2022-08-04(full list with versions):

This library provides small tuples where all the elements are the same type. The elements always unpack into the data constructor. This can be helpful when the tuple type is itself nested inside of another data constructor.

Changes

Revision history for tuples

0.1.0.0 – 2019-08-29

  • First version. Includes pairs and triples for Int, Word, Double, and ByteArray