From bad32a12573bf14968746ea9ad0f6c4f20b50cf1 Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Wed, 22 Feb 2023 22:23:35 +1300 Subject: Re-work program structure, MAIN entrypoint + only PROC definitions --- DSL/Types.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'DSL/Types.hs') diff --git a/DSL/Types.hs b/DSL/Types.hs index 7467bfd..aa1fb22 100644 --- a/DSL/Types.hs +++ b/DSL/Types.hs @@ -69,8 +69,6 @@ type ProcSpec = (ProcName, [Block]) type ProcTable = Map ProcName [Block] -type Program = [Block] - data Machine = Machine { ok :: Bool , stack :: Stack , pTable :: ProcTable -- cgit v1.2.1