Fix missing import

This commit is contained in:
Martin Fredin 2023-05-06 23:51:01 +02:00
parent b5b6d96f77
commit dbc1dc4982

View file

@ -58,7 +58,7 @@ abs_1 = undefined
]
runFreeVars = either putStrLn print (runFree s2)
runAbstract = either putStrLn (putStrLn . printTree) (runAbs s2)
-- runAbstract = either putStrLn (putStrLn . printTree) (runAbs s2)
runCollect = either putStrLn (putStrLn . printTree) (run s2)
s1 =