| Copyright | 2017 Kei Hibino |
|---|---|
| License | BSD3 |
| Maintainer | ex8k.hibino@gmail.com |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Functor.ProductIsomorphic.TupleInstances
Contents
Description
This module defines instances of tuple types.
Orphan instances
| ProductConstructor () # | |
| 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)) # | |
| ProductConstructor (a -> b -> c -> d -> e -> (a, b, c, d, e)) # | |
| ProductConstructor (a -> b -> c -> d -> (a, b, c, d)) # | |
| ProductConstructor (a -> b -> c -> (a, b, c)) # | |
| ProductConstructor (a -> b -> (a, b)) # | |