Up

Module Choice

Signature

type +'a t =
| T : 'b Deferred0.t * ('b -> 'a) -> 'a t
val map : 'a t -> f:('a -> 'b) -> 'b t