= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package base
-
base
-
-
base.caml
-
base.md5
-
base.shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type Applicative_infix = sig ... end
module type Args = sig ... end
module type Args2 = sig ... end
module type Basic = sig ... end
module type Basic2 = sig ... end
module type Basic2_using_map2 = sig ... end
module type Basic_using_map2 = sig ... end
module type Let_syntax = sig ... end
module type S = sig ... end
module type S2 = sig ... end
module Make_let_syntax
(X : sig ... end)
(Intf : sig ... end)
(Impl : Intf.S) :
Let_syntax with type 'a t := 'a X.t with module Open_on_rhs_intf := Intf
module Make_using_map2 (X : Basic_using_map2) : S with type 'a t := 'a X.t
module Make2_using_map2
(X : Basic2_using_map2) :
S2 with type ('a, 'e) t := ('a, 'e) X.t
The following functors give a sense of what Applicatives one can define.
Of these, Of_monad
is likely the most useful. The others are mostly didactic.