Module Applicative.Make
Parameters
Signature
val return : 'a -> 'a X.tval map : 'a X.t -> f:('a -> 'b) -> 'a X.tval (>>|) : 'a X.t -> ('a -> 'b) -> 'a X.tval map2 : 'a X.t -> 'a X.t -> f:('a -> 'b -> 'c) -> 'a X.tval map3 : 'a X.t -> 'a X.t -> 'a X.t -> f:('a -> 'b -> 'c -> 'd) -> 'a X.tval all : 'a X.t list -> 'a X.tval all_unit : 'a X.t list -> 'a X.t