Copyright | 2017 Kei Hibino |
---|---|
License | BSD3 |
Maintainer | ex8k.hibino@gmail.com |
Stability | experimental |
Portability | unknown |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module defines instances of tuple types.
Orphan instances
ProductConstructor () Source # | |
productConstructor :: () Source # | |
ProductConstructor (a -> b -> c -> d -> e -> f -> g -> (a, b, c, d, e, f, g)) Source # | |
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 # | |
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 # | |
productConstructor :: a -> b -> c -> d -> e -> (a, b, c, d, e) Source # | |
ProductConstructor (a -> b -> c -> d -> (a, b, c, d)) Source # | |
productConstructor :: a -> b -> c -> d -> (a, b, c, d) Source # | |
ProductConstructor (a -> b -> c -> (a, b, c)) Source # | |
productConstructor :: a -> b -> c -> (a, b, c) Source # | |
ProductConstructor (a -> b -> (a, b)) Source # | |
productConstructor :: a -> b -> (a, b) Source # |