package bastet_lwt

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