helma-0.8.4.14: HELMA - Haskellish Esoteric Limited Minimal Automaton
Safe HaskellNone
LanguageHaskell2010

HelVM.HelMA.Automaton.Instruction.Groups.SMInstruction

Synopsis

Documentation

calculateOps :: Integral a => a -> a -> [BinaryOperation] -> [a] #

Other functions

calculateOp :: Integral a => a -> a -> BinaryOperation -> a #

doBinary :: Integral a => BinaryOperation -> a -> a -> a #

data OperatorType #

Constructors

Bitwise 
Logical 

printSM :: SMInstruction -> Text #

Internal

printBinaries :: (Foldable c, Functor c, Show i) => c i -> Text #