adjunctions-4.3: Adjunctions and representable functors

Copyright(C) 2011-2013 Edward Kmett
LicenseBSD-style (see the file LICENSE)
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityprovisional
PortabilityMPTCs, fundeps
Safe HaskellSafe
LanguageHaskell98

Control.Comonad.Trans.Adjoint

Description

 

Documentation

runAdjoint :: Functor f => Adjoint f g a -> f (g a) Source

adjoint :: Functor f => f (g a) -> Adjoint f g a Source

newtype AdjointT f g w a Source

Constructors

AdjointT 

Fields

runAdjointT :: f (w (g a))
 

Instances