core-lwt
  1. Overview
  2. Docs
type how = [
  1. | `Parallel
  2. | `Sequential
]
module type Monad_sequence = sig ... end