Module
Data.Functor.Product
- Package
- purescript-functors
- Repository
- purescript/purescript-functors
#Product Source
newtype Product f g aProduct f g is the product of the two functors f and g.
Constructors
Instances
Newtype (Product f g a) _(Eq1 f, Eq1 g, Eq a) => Eq (Product f g a)(Eq1 f, Eq1 g) => Eq1 (Product f g)(Ord1 f, Ord1 g, Ord a) => Ord (Product f g a)(Ord1 f, Ord1 g) => Ord1 (Product f g)(Show (f a), Show (g a)) => Show (Product f g a)(Functor f, Functor g) => Functor (Product f g)(Foldable f, Foldable g) => Foldable (Product f g)(Traversable f, Traversable g) => Traversable (Product f g)(Apply f, Apply g) => Apply (Product f g)(Applicative f, Applicative g) => Applicative (Product f g)(Bind f, Bind g) => Bind (Product f g)(Monad f, Monad g) => Monad (Product f g)