783e0cc9f6
Formally, the class Profunctor represents a profunctor from Hask -> Hask. Intuitively it is a bifunctor where the first argument is contravariant and the second argument is covariant.
5 lines
185 B
Text
5 lines
185 B
Text
Formally, the class Profunctor represents a profunctor from Hask ->
|
|
Hask.
|
|
|
|
Intuitively it is a bifunctor where the first argument is
|
|
contravariant and the second argument is covariant.
|