foxdec-0.1.0.0: Formally Verified x86-64 Decompilation
Safe HaskellNone
LanguageHaskell2010

Data.SValue2

Description

 

Documentation

data PtrValue Source #

Instances

Instances details
Eq PtrValue Source # 
Instance details

Defined in Data.SValue2

Ord PtrValue Source # 
Instance details

Defined in Data.SValue2

Show PtrValue Source # 
Instance details

Defined in Data.SValue2

Generic PtrValue Source # 
Instance details

Defined in Data.SValue2

Associated Types

type Rep PtrValue :: Type -> Type #

Methods

from :: PtrValue -> Rep PtrValue x #

to :: Rep PtrValue x -> PtrValue #

Serialize PtrValue Source # 
Instance details

Defined in Data.SValue2

NFData PtrValue Source # 
Instance details

Defined in Data.SValue2

Methods

rnf :: PtrValue -> () #

type Rep PtrValue Source # 
Instance details

Defined in Data.SValue2

data SValue Source #

Instances

Instances details
Eq SValue Source # 
Instance details

Defined in Data.SValue2

Methods

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

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

Ord SValue Source # 
Instance details

Defined in Data.SValue2

Show SValue Source # 
Instance details

Defined in Data.SValue2

Generic SValue Source # 
Instance details

Defined in Data.SValue2

Associated Types

type Rep SValue :: Type -> Type #

Methods

from :: SValue -> Rep SValue x #

to :: Rep SValue x -> SValue #

Serialize SValue Source # 
Instance details

Defined in Data.SValue2

NFData SValue Source # 
Instance details

Defined in Data.SValue2

Methods

rnf :: SValue -> () #

type Rep SValue Source # 
Instance details

Defined in Data.SValue2

show_set :: [[Char]] -> [Char] Source #