Module type Closed.WITH_CLOSED

Minimum interface using closed and without Profunctor requirements.

type ('a, 'b) t

The type held by the Closed Profunctor.

val closed : ('a, 'b) t -> ('c -> 'a, 'c -> 'b) t

Act on the input type of a function.