tuple-generic-0.3.0.0: Generic operations on tuples

Safe HaskellSafe
LanguageHaskell2010

Data.Tuple.Generic

Description

This module supports operations with tuples with up to 16 elements.

Documentation

cons :: TupleCons a b x => x -> a -> b Source

snoc :: TupleSnoc a b x => a -> x -> b Source