Module type Monad.Infix2

type ('a, 'e) t
val (>>=) : ('a'e) t -> ('a -> ('b'e) t) -> ('b'e) t
val (>>|) : ('a'e) t -> ('a -> 'b) -> ('b'e) t