./devel/hs-tuples, Small monomorphic tuples

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.0.0, Package name: hs-tuples-0.1.0.0, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 3.256 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-07 17:25:37 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-tuples: import hs-tuples-0.1.0.0

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.