reg-alloc-graph-color-0.0.0.0: Register allocation by graph colorization

Safe HaskellSafe
LanguageHaskell2010

RegAlloc.Nodes.Private

Documentation

newtype Node Source #

Constructors

Node_ 

Fields

Instances
Eq Node Source # 
Instance details

Defined in RegAlloc.Nodes.Private

Methods

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

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

Show Node Source # 
Instance details

Defined in RegAlloc.Nodes.Private

Methods

showsPrec :: Int -> Node -> ShowS #

show :: Node -> String #

showList :: [Node] -> ShowS #

newtype Nodes Source #

Constructors

Nodes 

Fields

Instances
Eq Nodes Source # 
Instance details

Defined in RegAlloc.Nodes.Private

Methods

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

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

Show Nodes Source # 
Instance details

Defined in RegAlloc.Nodes.Private

Methods

showsPrec :: Int -> Nodes -> ShowS #

show :: Nodes -> String #

showList :: [Nodes] -> ShowS #