Copyright | (C) 2008-2015 Jesse Selover, Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
The product of two bifunctors.
Documentation
Form the product of two bifunctors
Pair (f a b) (g a b) |
(Bifoldable f, Bifoldable g) => Bifoldable (Product f g) | |
(Bifunctor f, Bifunctor g) => Bifunctor (Product f g) | |
(Bitraversable f, Bitraversable g) => Bitraversable (Product f g) | |
(Biapplicative f, Biapplicative g) => Biapplicative (Product f g) | |
(Eq (f a b), Eq (g a b)) => Eq (Product f g a b) | |
(Ord (f a b), Ord (g a b)) => Ord (Product f g a b) | |
(Read (f a b), Read (g a b)) => Read (Product f g a b) | |
(Show (f a b), Show (g a b)) => Show (Product f g a b) |