Module
Data.Functor.Day.Profunctor
- Package
- purescript-day
- Repository
- paf31/purescript-day
#Profunctor Source
class Profunctor p where
A profunctor in the category of functors and natural transformations.
Members
Instances
#Iso Source
type Iso s t a b = forall p. Profunctor p => Optic p s t a b
An isomorphism of functors.