@hackage modular-arithmetic1.0.0.1

A type for integers modulo some constant.

This module provides a convenient type for working with integers modulo some constant. It saves you from manually wrapping numeric operations all over the place and prevents a range of simple mistakes. It also provides some really cute syntax for these types like ℤ/7 for integers modulo 7.