package base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val return : 'a -> ('a, _, _) X.t
val map : ('a, 'd, 'e) X.t -> f:('a -> 'b) -> ('b, 'd, 'e) X.t
val both : ('a, 'd, 'e) X.t -> ('b, 'd, 'e) X.t -> ('a * 'b, 'd, 'e) X.t
module Open_on_rhs : Intf.S