| Copyright | (C) 2008-2016 Jesse Selover Edward Kmett |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Data.Bifunctor.Product
Description
The product of two bifunctors.
Documentation
Form the product of two bifunctors
Constructors
| Pair (f a b) (g a b) |