product-isomorphic-0.0.3.4: Weaken applicative functor on products
Copyright2017 Kei Hibino
LicenseBSD3
Maintainerex8k.hibino@gmail.com
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Functor.ProductIsomorphic.TupleInstances

Description

This module defines instances of tuple types.

Orphan instances

ProductConstructor () Source # 
Instance details

ProductConstructor (a -> b -> c -> d -> e -> f -> g -> (a, b, c, d, e, f, g)) Source # 
Instance details

Methods

productConstructor :: a -> b -> c -> d -> e -> f -> g -> (a, b, c, d, e, f, g) Source #

ProductConstructor (a -> b -> c -> d -> e -> f -> (a, b, c, d, e, f)) Source # 
Instance details

Methods

productConstructor :: a -> b -> c -> d -> e -> f -> (a, b, c, d, e, f) Source #

ProductConstructor (a -> b -> c -> d -> e -> (a, b, c, d, e)) Source # 
Instance details

Methods

productConstructor :: a -> b -> c -> d -> e -> (a, b, c, d, e) Source #

ProductConstructor (a -> b -> c -> d -> (a, b, c, d)) Source # 
Instance details

Methods

productConstructor :: a -> b -> c -> d -> (a, b, c, d) Source #

ProductConstructor (a -> b -> c -> (a, b, c)) Source # 
Instance details

Methods

productConstructor :: a -> b -> c -> (a, b, c) Source #

ProductConstructor (a -> b -> (a, b)) Source # 
Instance details

Methods

productConstructor :: a -> b -> (a, b) Source #