Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class Profunctor p => Extraction p where Source #
extractions :: Comonad w => p (w a) b -> p (w a) (w b) Source #
Instances
Distributive f => Extraction (Star f) Source # | |
Defined in Data.Profunctor.Extraction | |
Extraction (Forget r) Source # | |
Defined in Data.Profunctor.Extraction | |
Extraction ((->) :: Type -> Type -> Type) Source # | |
Defined in Data.Profunctor.Extraction extractions :: Comonad w => (w a -> b) -> w a -> w b Source # |