-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Generic operations on tuples -- @package tuple-generic @version 0.1.0.0 module Data.Tuple.Generic cons :: TupleCons a b x => x -> a -> b instance TupleCons (a, b, c, d, e) (x, a, b, c, d, e) x instance TupleCons (a, b, c, d) (x, a, b, c, d) x instance TupleCons (a, b, c) (x, a, b, c) x instance TupleCons (a, b) (x, a, b) x