wide-word: Data types for large but fixed width signed and unsigned integers
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.
Modules
[Index] [Quick Jump]
Downloads
- wide-word-0.1.9.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
| Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.6.0, 0.1.7.0, 0.1.7.1, 0.1.8.0, 0.1.8.1, 0.1.9.0 (info) |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | base (>=4.9 && <4.23), binary (>=0.8.3.0 && <0.9), deepseq (>=1.4.2.0 && <1.6), hashable (>=1.2 && <1.6), primitive (>=0.6.4.0 && <0.10) [details] |
| Tested with | ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.4, ghc ==9.4.7, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.10.2, ghc ==9.12.2 |
| License | BSD-2-Clause |
| Copyright | Copyright (c) 2017 Erik de Castro Lopo <erikd@mega-nerd.com> |
| Author | Erik de Castro Lopo |
| Maintainer | erikd@mega-nerd.com |
| Uploaded | by ErikDeCastroLopo at 2026-01-21T01:48:52Z |
| Category | Data |
| Home page | https://github.com/erikd/wide-word |
| Bug tracker | https://github.com/erikd/wide-word/issues/ |
| Distributions | Arch:0.1.8.1, LTSHaskell:0.1.8.1, NixOS:0.1.8.1, Stackage:0.1.8.1 |
| Reverse Dependencies | 28 direct, 128 indirect [details] |
| Downloads | 17250 total (80 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-01-21 [all 1 reports] |