package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b, 'c, 'z) t = 'a -> 'b -> 'c -> 'z
val flip : ('a, 'b, 'c, 'z) t -> ('c, 'b, 'a, 'z) t
val curry : ('a * 'b * 'c, 'z) Function1.t -> ('a, 'b, 'c, 'z) t
val uncurry : ('a, 'b, 'c, 'z) t -> ('a * 'b * 'c, 'z) Function1.t