Module Async_kernel__.Deferred_result
include Core_kernel.Monad.S2 with type ('a, 'b) t = ('a, 'b) Core_kernel.Result.t Async_kernel__.Deferred1.t
type ('a, 'b) t= ('a, 'b) Core_kernel.Result.t Async_kernel__.Deferred1.t
include Base__.Monad_intf.Syntax2 with type ('a, 'e) t := ('a, 'e) t
module Let_syntax : sig ... endmodule Monad_infix : Base__.Monad_intf.Infix2 with type ('a, 'e) t := ('a, 'e) tval bind : ('a, 'e) t -> f:('a -> ('b, 'e) t) -> ('b, 'e) tval return : 'a -> ('a, _) tval map : ('a, 'e) t -> f:('a -> 'b) -> ('b, 'e) tval join : (('a, 'e) t, 'e) t -> ('a, 'e) tval ignore_m : (_, 'e) t -> (unit, 'e) tval all : ('a, 'e) t list -> ('a list, 'e) tval all_unit : (unit, 'e) t list -> (unit, 'e) tval all_ignore : (unit, 'e) t list -> (unit, 'e) t
val ignore : (_, 'err) t -> (unit, 'err) tval fail : 'err -> (_, 'err) tval failf : ('a, unit, string, (_, string) t) Core_kernel.format4 -> 'ae.g.,
failf "Couldn't find bloogle %s" (Bloogle.to_string b).