Module Async_kernel__.Monad_sequence
type how=[|`Parallellike
`Max_concurrent_jobs Int.max_value|`Sequentiallike
`Max_concurrent_jobs 1|`Max_concurrent_jobs of int]
val sexp_of_how : how -> Ppx_sexp_conv_lib.Sexp.t
module type S = sig ... end