wide-word

Data types for large but fixed width signed and unsigned integers

https://github.com/erikd/wide-word

Version on this page:0.1.0.7
LTS Haskell 22.14:0.1.6.0
Stackage Nightly 2024-03-28:0.1.6.0
Latest on Hackage:0.1.6.0

See all snapshots wide-word appears in

BSD-2-Clause licensed by Erik de Castro Lopo
Maintained by [email protected]
This version can be pinned in stack with:wide-word-0.1.0.7@sha256:0cf2b8b5afb8b7778e4c6a32524d439a5b58da1d7520a8574356f4097a1c4214,2217

Module documentation for 0.1.0.7

Depends on 3 packages(full list with versions):

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.0.7 – 2018-11-16

  • Switch to Hedgehog for testing.

0.1.0.3 – 2017-04-05

  • Make it build with ghc 8.2.

0.1.0.2 – 2017-02-08

  • Add NFData instances for Word128 and Int128.

0.1.0.1 – 2017-01-29

  • Int128: Fix flakey rewrite rules.

0.1.0.0 – 2017-01-06

  • First version. Released on an unsuspecting world.