monad-gen

A simple monad for generating fresh integers

Latest on Hackage:0.3.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Danny Gratzer
Maintained by [email protected]

This module provides a simple monad transformer GenT to enumerate unique values within a monadic computation. It also plays nicely with everything in the MTL.