Skip to content

erikd/wide-word

Folders and files

NameName
Last commit message
Last commit date
Mar 7, 2025
Mar 7, 2025
Mar 7, 2025
Aug 10, 2021
May 26, 2019
Apr 5, 2017
Mar 7, 2025
Jan 15, 2017
May 26, 2019
Jan 15, 2017
Dec 18, 2024
Mar 8, 2025

Repository files navigation

wide-word

Build Status

A Haskell library providing Word128 and Int128 data types with all the standard type class instances including Show, Read, Ord, Bounded, Enum, Num, Bits, FiniteBits, Real, Integral, Storable and NFData.

The Word128 type should be a drop in replacement for Word64 unless you are specifically relying on the rounding/overflow/truncation behaviour of Word64.

Recommended Build Procedure

The recommended way to build this project is to use 'cabal new-build' as follows:

cabal new-configure --enable-tests
cabal new-build
cabal new-test

About

A haskell library providing Word128 and Int128 types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published