Safe Haskell | None |
---|
Documentation
class (Profunctor k, Functor (Rep k)) => RepresentableProfunctor k whereSource
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) |