Popularity
7.7
Growing
Activity
5.2
-
18
5
13

Monthly Downloads: 145
Programming language: Haskell
License: BSD 2-clause "Simplified" License
Tags: Data    
Latest version: v0.1.1.1

wide-word alternatives and similar packages

Based on the "Data" category.
Alternatively, view wide-word alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of wide-word or a related project?

Add another 'Data' Package

README

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