@hackage monad-gen0.2.0.0

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.