@hackage monad-gen0.1.0.0

A simple monad for generating fresh integers

It's a common in Haskell programs to thread some state through the application using State or some other similar pattern. This package simply wraps State and uses it to generate fresh values, any Enum value will work.