Safe Haskell | None |
---|---|
Language | Haskell2010 |
HelVM.HelMA.Automata.ETA.Addressing
Documentation
genericFindAddress :: (MonadSafe m, Integral cell) => Vector Token -> cell -> m InstructionAddress #
findAddress :: MonadSafe m => Vector Token -> Int -> m InstructionAddress #
genericNextLabel :: Integral cell => Vector Token -> InstructionAddress -> cell #
nextLabel :: Vector Token -> InstructionAddress -> Int #