tup-functor

Homogeneous tuples

http://code.haskell.org/~bkomuves/

Latest on Hackage:0.3.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Balazs Komuves
Maintained by bkomuves (plus) hackage (at) gmail (dot) hu

Homogeneous tuples (also known as vectors), with various instances, most notably Functor and Applicative. The primary goal of the library is to help functor-oriented programming (for low-dimensional linear algebra, there are more specific packages, eg. vect). A small preprocessor for a tuple syntax is also included. We provide 4 different implementations, with a unified type class interface.