AC-HalfInteger

Efficient half-integer type.

Latest on Hackage:1.2.1@rev: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.

BSD-3-Clause licensed by Andrew Coppin
Maintained by Andrew Coppin

This Haskell library is a simple implementation of half-integers. That is, it provides a type that can represent both normal integers and integers plus a half. Changes: * Fixed documentation glitches. * Added Integral contexts to some functions.