At least in most places. Where it is used as piping operator, it still makes sense to use the infix versions.
Given our lower bound for OCaml is 4.08, it should be okay to use them and I feel them make the code a bit easier to read, since you get to avoid >>= fun xyzzy -> overhead.
At least in most places. Where it is used as piping operator, it still makes sense to use the infix versions.
Given our lower bound for OCaml is 4.08, it should be okay to use them and I feel them make the code a bit easier to read, since you get to avoid
>>= fun xyzzy ->
overhead.