Module Result.O

val (>>|) : ('a'error) t -> ('a -> 'b) -> ('b'error) t
val (>>=) : ('a'error) t -> ('a -> ('b'error) t) -> ('b'error) t