wide-word-0.1.0.7: Data types for large but fixed width signed and unsigned integers

Safe HaskellNone
LanguageHaskell2010

Data.WideWord.Int128

Documentation

data Int128 Source #

Constructors

Int128 
Instances
Bounded Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Enum Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Eq Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Methods

(==) :: Int128 -> Int128 -> Bool #

(/=) :: Int128 -> Int128 -> Bool #

Integral Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Num Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Ord Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Read Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Real Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Show Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Storable Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Bits Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

FiniteBits Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

NFData Int128 Source # 
Instance details

Defined in Data.WideWord.Int128

Methods

rnf :: Int128 -> () #