tuple-append-0.1.0.0: A package to append items and tuples into new tuples.
A library that makes it more convenient to append a tuple with m items and a tuple with n items into a tuple with m+n items, together with functions to add an element at the left, or the right side of a tuple.
- Data
- Tuple
- Data.Tuple.Append A module that contains typeclasses to prepend and append items and tuples into new tuples together with the corresponding instances.
- Data.Tuple.Append.Class A module that defines typeclasses to prepend and append items and tuples into new tuples.
- Data.Tuple.Append.TemplateHaskell A module that defines template Haskell expressions to define typeclass instances to prepend and append tuples.
- Data.Tuple.Append A module that contains typeclasses to prepend and append items and tuples into new tuples together with the corresponding instances.
- Tuple