package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'z) t = 'a -> 'z
val identity : ('a, 'a) t
val apply : ('a, 'z) t -> 'a -> 'z
val rev_apply : 'a -> ('a, 'z) t -> 'z
val compose : ('a, 'b) t -> ('c, 'a) t -> ('c, 'b) t
module O : sig ... end