Module type Monads.Monad_indexed

type (_, +_, -_) t
val return : 'a -> ('a'i'i) t
val bind : ('a'i'j) t -> ('a -> ('b'j'k) t) -> ('b'i'k) t