Module
Data.Bifunctor.Product
- Package
- purescript-bifunctors
- Repository
- purescript/purescript-bifunctors
#Product Source
data Product f g a bThe product of two Bifunctors.
Constructors
Product (f a b) (g a b)
Instances
(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)(Show (f a b), Show (g a b)) => Show (Product f g a b)(Bifunctor f, Bifunctor g) => Bifunctor (Product f g)(Biapply f, Biapply g) => Biapply (Product f g)(Biapplicative f, Biapplicative g) => Biapplicative (Product f g)