@hackage AC-HalfInteger1.2.1

Efficient half-integer type.

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    Andrew Coppin <MathematicalOrchid@hotmail.com>

  • Versions

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.