Module

Data.Profunctor.Closed

Package
purescript-profunctor
Repository
purescript/purescript-profunctor

#Closed Source

class (Profunctor p) <= Closed p  where

The Closed class extends the Profunctor class to work with functions.

Members

  • closed :: forall x b a. p a b -> p (x -> a) (x -> b)

Instances