transformers-0.2.1.0: Concrete functor and monad transformersSource codeContentsIndex
Data.Functor.Product
Portabilityportable
Stabilityexperimental
Maintainerlibraries@haskell.org
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)
Produced by Haddock version 2.6.1