Safe Haskell | None |
---|
Data.Profunctor.Representable
Documentation
class (Profunctor k, Functor (Rep k)) => RepresentableProfunctor k whereSource
Instances
RepresentableProfunctor (->) | |
(Profunctor (Cokleisli w), Functor (Rep (Cokleisli w)), Functor w) => RepresentableProfunctor (Cokleisli w) | |
(Profunctor (DownStar f), Functor (Rep (DownStar f)), Functor f) => RepresentableProfunctor (DownStar f) | |
RepresentableProfunctor (Tagged *) | |
(Profunctor (Procompose f g), Functor (Rep (Procompose f g)), RepresentableProfunctor f, RepresentableProfunctor g) => RepresentableProfunctor (Procompose f g) |