include Core_kernel.Monad.S2 with type ('a, 'b) t = ('a, 'b) Core_kernel.Result.t Async_kernel__Types.Deferred.t
module Let_syntax : sig ... endmodule Monad_infix : sig ... endval return : 'a -> ('a, _) 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).