package zeit

  1. Overview
  2. Docs
val bind : f:('a -> 'b Lwt.t) -> 'a Lwt.t -> 'b Lwt.t
val map : f:('a -> 'b) -> 'a Lwt.t -> 'b Lwt.t