representable-profunctors-0.1.0.1: Representable profunctors

Data.Profunctor.Representable

Documentation

class Functor (Rep k) => RepresentableProfunctor k whereSource

Associated Types

type Rep k :: * -> *Source

Methods

tabulatePro :: (Rep k d -> c) -> k d cSource

indexPro :: k d c -> Rep k d -> cSource