(forgot to re-add the prelude)
This commit is contained in:
@@ -72,7 +72,7 @@ compile prog = Just $ TiState s d h g stats
|
|||||||
s = [mainAddr]
|
s = [mainAddr]
|
||||||
d = []
|
d = []
|
||||||
(h,g) = buildInitialHeap defs
|
(h,g) = buildInitialHeap defs
|
||||||
defs = prog -- <> corePrelude
|
defs = prog <> corePrelude
|
||||||
stats = Stats 0 0 0
|
stats = Stats 0 0 0
|
||||||
|
|
||||||
mainAddr = fromJust $ lookup "main" g
|
mainAddr = fromJust $ lookup "main" g
|
||||||
|
|||||||
Reference in New Issue
Block a user