package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Additional operations.

type ('a, 'b) t

The type held by the Closed Profunctor.

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

Transform an uncurried function into a curried one.