wide-word-0.1.9.0: Data types for large but fixed width signed and unsigned integers
Safe HaskellNone
LanguageHaskell2010

Data.WideWord.Int256

Documentation

data Int256 Source #

Constructors

Int256 

Instances

Instances details
Data Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Int256 -> c Int256 #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Int256 #

toConstr :: Int256 -> Constr #

dataTypeOf :: Int256 -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Int256) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Int256) #

gmapT :: (forall b. Data b => b -> b) -> Int256 -> Int256 #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Int256 -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Int256 -> r #

gmapQ :: (forall d. Data d => d -> u) -> Int256 -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Int256 -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Int256 -> m Int256 #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Int256 -> m Int256 #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Int256 -> m Int256 #

Storable Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Bits Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

FiniteBits Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Bounded Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Enum Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Generic Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Associated Types

type Rep Int256 
Instance details

Defined in Data.WideWord.Int256

type Rep Int256 = D1 ('MetaData "Int256" "Data.WideWord.Int256" "wide-word-0.1.9.0-HpAfRp7HqN33kWIVLFU9tz" 'False) (C1 ('MetaCons "Int256" 'PrefixI 'True) ((S1 ('MetaSel ('Just "int256hi") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64) :*: S1 ('MetaSel ('Just "int256m1") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64)) :*: (S1 ('MetaSel ('Just "int256m0") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64) :*: S1 ('MetaSel ('Just "int256lo") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64))))

Methods

from :: Int256 -> Rep Int256 x #

to :: Rep Int256 x -> Int256 #

Ix Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Num Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Read Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Integral Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Real Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Show Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Binary Int256 Source #

Since: 0.1.5.0

Instance details

Defined in Data.WideWord.Int256

Methods

put :: Int256 -> Put #

get :: Get Int256 #

putList :: [Int256] -> Put #

NFData Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Methods

rnf :: Int256 -> () #

Eq Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Methods

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

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

Ord Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Hashable Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

Methods

hashWithSalt :: Int -> Int256 -> Int #

hash :: Int256 -> Int #

Prim Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

type Rep Int256 Source # 
Instance details

Defined in Data.WideWord.Int256

type Rep Int256 = D1 ('MetaData "Int256" "Data.WideWord.Int256" "wide-word-0.1.9.0-HpAfRp7HqN33kWIVLFU9tz" 'False) (C1 ('MetaCons "Int256" 'PrefixI 'True) ((S1 ('MetaSel ('Just "int256hi") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64) :*: S1 ('MetaSel ('Just "int256m1") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64)) :*: (S1 ('MetaSel ('Just "int256m0") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64) :*: S1 ('MetaSel ('Just "int256lo") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64))))