blob: 5beebe55a2c5ac68bc10104ca5d65efd0597dce4 (
plain) (
blame)
1
2
3
4
5
6
7
|
definition module ABC.Machine.Driver
from ABC.Machine.Def import ::State, ::Instruction
from ABC.Machine.GraphStore import ::Desc
boot :: ([Instruction], [Desc]) -> State
fetch_cycle :: State -> State
|