memory-0.1: memory and related abtraction stuff

LicenseBSD-style
MaintainerVincent Hanquez <[email protected]>
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Memory.ExtendedWords

Description

Extra Word size

Synopsis

Documentation

data Word128 Source

A simple Extended Word128 composed of 2 Word64

Constructors

Word128 !Word64 !Word64 

Instances