Module Proc.Val
This module is intended to be used with a yet-unfinished PPX. I recommend avoiding this module until let%sub is finished.
include Core_kernel.Applicative.S with type 'a t := 'a t
val apply : ('a -> 'b) t -> 'a t -> 'b tval map2 : 'a t -> 'b t -> f:('a -> 'b -> 'c) -> 'c tval map3 : 'a t -> 'b t -> 'c t -> f:('a -> 'b -> 'c -> 'd) -> 'd tval all : 'a t list -> 'a list tval all_unit : unit t list -> unit t
module Applicative_infix : Base__.Applicative_intf.Applicative_infix with type 'a t := 'a tinclude Core_kernel.Applicative.Let_syntax with type 'a t := 'a t
module Open_on_rhs_intf : sig ... endmodule Let_syntax : sig ... end