A library to provide data types for large (ie > 64 bits) but fixed width signed
and unsigned integers with the usual typeclass instances to allow them to be used
interchangeably with Word64.
The types and operations are coded to be as fast as possible using strictness
annotations, INLINEABLE pragmas and unboxed values and operations where
appropriate.
Changes
Revision history for wide-word
0.1.1.1 – 2020-03-22
Make sizeOf and alignment methods of Word256Prim and Storable
instances agree.