Monad_plus.WITH_BINDMinimal definition using neutral, combine, return, bind.
include Indexed_monad.WITH_RETURN with type ('a, 'index) t := 'a tval return : 'a -> 'a tLift a value into a t.
val neutral : 'a tThe neutral element of the t.