package mirage-block

  1. Overview
  2. Docs
val bind : [< `Error of 'a | `Ok of 'b ] Lwt.t -> ('b -> [> `Error of 'a ] as 'c Lwt.t) -> 'c Lwt.t
val return : 'a -> [> `Ok of 'a ] Lwt.t
module Infix : sig ... end