Module R.Infix

Infix operators.

Gathers R's infix operators.

Infix operators

val (>>=) : ('a'b) result -> ('a -> ('c'b) result) -> ('c'b) result

(>>=) is R.(>>=).

val (>>|) : ('a'b) result -> ('a -> 'c) -> ('c'b) result

(>>|) is R.(>>|).