<<<<<<< HEAD HelVM.HelMA.Automaton.Instruction.CFInstruction
helma-0.8.4.6: HELMA - Haskellish Esoteric Limited Minimal Automaton
Safe HaskellNone
LanguageHaskell2010

HelVM.HelMA.Automaton.Instruction.CFInstruction

Synopsis

Documentation

isNotJump :: Integral e => BranchTest -> e -> Bool #

Others

isJump :: Integral e => BranchTest -> e -> Bool #

data Mark #

Instances

Instances details
Eq Mark # 
Instance details

Defined in HelVM.HelMA.Automaton.Instruction.CFInstruction

Methods

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

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

Read Mark # 
Instance details

Defined in HelVM.HelMA.Automaton.Instruction.CFInstruction

Show Mark # 
Instance details

Defined in HelVM.HelMA.Automaton.Instruction.CFInstruction

Methods

showsPrec :: Int -> Mark -> ShowS #

show :: Mark -> String #

showList :: [Mark] -> ShowS #

type Label = SString #

======= HelVM.HelMA.Automaton.Instruction.Groups.CFInstruction
helma-0.8.4.7: HELMA - Haskellish Esoteric Limited Minimal Automaton
Safe HaskellNone
LanguageHaskell2010

HelVM.HelMA.Automaton.Instruction.Groups.CFInstruction

Synopsis

Documentation

isNotJump :: Integral e => BranchTest -> e -> Bool #

Others

isJump :: Integral e => BranchTest -> e -> Bool #

type Label = SString #

>>>>>>> 42454c24 (Add peephole Optimize)