Data.Functor.Compose

Data.Functor.Compose

Copyright (c) Ross Paterson 2010
License BSD-style (see the file LICENSE)
Maintainer ross@soi.city.ac.uk
Stability experimental
Portability portable
Safe Haskell Safe
Language Haskell98

Description

Composition of functors.

newtype Compose f g a infixr 9 Source

Right-to-left composition of functors. The composition of applicative functors is always applicati