module Deferred_intf:sig
..end
how
is `Sequential
module Deferred:sig
..end
typehow =
[ `Parallel | `Sequential ]
val sexp_of_how : [< `Parallel | `Sequential ] -> Sexplib.Sexp.t
module type Monad_sequence =sig
..end
module type Deferred_map =sig
..end
how
is `Sequential