Module type Strong.OPERATION

Additional operations.

type ('a, 'b) t

The type held by the Strong Profunctor.

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

Uncurry a product Strong Profunctor.

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

Lift a function into a Strong Profunctor.