tuple-generic-0.2.0.0: Generic operations on tuples

Safe HaskellSafe
LanguageHaskell2010

Data.Tuple.Generic

Documentation

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

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