preface.make
Closed.Operation
preface
preface.core
preface.specs
preface.stdlib
module Core : Preface_specs.Closed.CORE
type ('a, 'b) t = ('a, 'b) Core.t
The type held by the Closed Profunctor.
Closed Profunctor
val curry : ('a * 'b, 'c) t -> ('a, 'b -> 'c) t
Transform an uncurried function into a curried one.