Module S2.Let_syntax

include module type of Applicative_infix
val (<*>) : ('a -> 'b'd'e) t -> ('a'd'e) t -> ('b'd'e) t
val (>>|) : ('a'd'e) t -> ('a -> 'b) -> ('b'd'e) t
module Let_syntax : sig ... end