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