@hackage monad-gen0.3.0.1

A simple monad for generating fresh integers

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.