iterateM package:monad-extras

Monadic equivalent to iterate. Note that it will not terminate, but may still be useful in the main event loop of a program, for example.
Monadic equivalent to iterate, which uses Maybe to know when to terminate.