@hackage wide-word0.1.7.0
Data types for large but fixed width signed and unsigned integers
Installation
Tested Compilers
Dependencies (7)
Dependents (29)
@hackage/accelerate-bignum, @hackage/ClickHaskell, @hackage/snowchecked, @hackage/borsh, @hackage/ip, @hackage/unpacked-maybe-numeric, Show all…
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.