@hackage AC-HalfInteger1.2.1

Efficient half-integer type.

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.