Description
Provides loop helpers for monadic Haskell code. These functions make repeated effectful actions easier to express than manually writing recursive control flow each time.
It is useful for command-line tools, services, parsers, polling loops, and application logic that repeats work while effects are involved. It is a developer library and has no standalone interface.