comonad-4.2.7.2: Comonads

Copyright(C) 2008-2015 Edward Kmett
LicenseBSD-style (see the file LICENSE)
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Control.Comonad.Trans.Class

Description

 

Documentation

class ComonadTrans t where

Methods

lower :: Comonad w => t w a -> w a