Module type Monads.Monad_phantom

type (_, _) t
val return : 'a -> ('a'p) t
val bind : ('a'p) t -> ('a -> ('b'p) t) -> ('b'p) t