subleq-toolchain-0.1.8.4: Toolchain of subleq computer.
Language.Subleq.Model.Memory
class Address a where Source
Methods
advance :: Integral b => b -> a -> a Source
Instances
class Memory a w m | m -> w, m -> a where Source
Minimal complete definition
read, write, empty
read :: a -> m -> w Source
write :: a -> w -> m -> m Source
empty :: m Source
fromAssocList :: [(a, w)] -> m Source