Up

Module Monad_infix

Signature

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