Module type Applicative_without_return.Basic
type 'a t
include Applicative_without_return__.Applicative_without_return_intf.Basic2 with type ('a, _) t := 'a t
type ('a, 'e) t
include Applicative_without_return__.Applicative_without_return_intf.Basic3 with type ('a, _, 'e) t := ('a, 'e) t
type ('a, 'd, 'e) t
val apply : ('a -> 'b, 'd, 'e) t -> ('a, 'd, 'e) t -> ('b, 'd, 'e) t
val map : ('a, 'd, 'e) t -> f:('a -> 'b) -> ('b, 'd, 'e) t