Copyright | 2017 Kei Hibino |
---|---|
License | BSD3 |
Maintainer | ex8k.hibino@gmail.com |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
This module defines instances of tuple types.
Orphan instances
ProductConstructor () Source # | |
ProductConstructor (a0 -> b0 -> c0 -> d0 -> e0 -> f0 -> g0 -> (a0, b0, c0, d0, e0, f0, g0)) Source # | |
ProductConstructor (a0 -> b0 -> c0 -> d0 -> e0 -> f0 -> (a0, b0, c0, d0, e0, f0)) Source # | |
ProductConstructor (a0 -> b0 -> c0 -> d0 -> e0 -> (a0, b0, c0, d0, e0)) Source # | |
ProductConstructor (a0 -> b0 -> c0 -> d0 -> (a0, b0, c0, d0)) Source # | |
ProductConstructor (a0 -> b0 -> c0 -> (a0, b0, c0)) Source # | |
ProductConstructor (a0 -> b0 -> (a0, b0)) Source # | |