Module
Data.Functor.Product2
- Package
- purescript-functors
- Repository
- purescript/purescript-functors
#Product2 Source
data Product2 f g a bConstructors
Product2 (f a b) (g a b)
Instances
(Eq (f a b), Eq (g a b)) => Eq (Product2 f g a b)(Ord (f a b), Ord (g a b)) => Ord (Product2 f g a b)(Show (f a b), Show (g a b)) => Show (Product2 f g a b)(Functor (f a), Functor (g a)) => Functor (Product2 f g a)(Bifunctor f, Bifunctor g) => Bifunctor (Product2 f g)(Biapply f, Biapply g) => Biapply (Product2 f g)(Biapplicative f, Biapplicative g) => Biapplicative (Product2 f g)(Profunctor f, Profunctor g) => Profunctor (Product2 f g)