Skip to content

erikd/wide-word

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