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