@hackage / monad-gen

A simple monad for generating fresh integers

Latest0.3.0.1

About

Metadata

  • Last updated , by jozefg
  • License MIT
  • Maintained by: danny.gratzer@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.