Description
Monadic and applicative let-bindings can be written with clearer syntax in OCaml code. This helps developers express option, result, async, parser, or other wrapped computations with less nesting.
It is a PPX syntax extension. Projects use it during builds when their codebase adopts this binding style.