transformers-0.2.1.0: Concrete functor and monad transformers
Source code
Contents
Index
Data.Functor.Product
Portability
portable
Stability
experimental
Maintainer
libraries@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.0