Module Api_call.Or_errorSource
include Core.Applicative.S with type 'a t = 'a Core.Or_error.t Api_call.t
val map : 'a t -> f:('a -> 'b) -> 'b tval both : 'a t -> 'b t -> ('a * 'b) tval (<*>) : ('a -> 'b) t -> 'a t -> 'b tval (<*) : 'a t -> unit t -> 'a tval (*>) : unit t -> 'a t -> 'a tval (>>|) : 'a t -> ('a -> 'b) -> 'b tval 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 tinclude Core.Applicative.Let_syntax with type 'a t := 'a t
Sourceval error_s : Async.Sexp.t -> 'a t