product-isomorphic-0.0.3.1: Weaken applicative functor on products

Copyright2017 Kei Hibino
LicenseBSD3
Maintainerex8k.hibino@gmail.com
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Data.Functor.ProductIsomorphic.TupleInstances

Contents

Description

This module defines instances of tuple types.

Orphan instances

ProductConstructor () # 

Methods

productConstructor :: () #

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

Methods

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

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

Methods

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

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

Methods

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

ProductConstructor (a -> b -> c -> d -> (a, b, c, d)) # 

Methods

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

ProductConstructor (a -> b -> c -> (a, b, c)) # 

Methods

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

ProductConstructor (a -> b -> (a, b)) # 

Methods

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