I have a module MyMonad that provides a bind function as (let*) operator, but also as >>= operator for old-style code.
MyMonad
(let*)
>>=
The id