Module type Monad.Basic2

module type Basic2 = sig .. end

include Applicative.Basic2
val bind : ('a -> ('p, 'b) t) -> ('p, 'a) t -> ('p, 'b) t