transformers-0.2.2.0: Concrete functor and monad transformersSource codeContentsIndex
Data.Functor.Product
Portabilityportable
Stabilityexperimental
Maintainerross@soi.city.ac.uk
Description
Products, lifted to functors.
Synopsis
data Product f g a = Pair (f a) (g a)
Documentation
data Product f g a Source
Lifted product of functors.
Constructors
Pair (f a) (g a)
show/hide Instances
Produced by Haddock version 2.6.0