proton-0.0.4
Safe HaskellNone
LanguageHaskell2010

Data.Profunctor.Expanding

Documentation

class Profunctor p => Expanding p where Source #

Methods

expand :: Comonad w => p (w a) b -> p a (w b) Source #