Module type Monad.Basic

module type Basic = sig .. end

include Applicative.Basic
val bind : ('a -> 'b t) -> 'a t -> 'b t