Fix missing import
This commit is contained in:
parent
b5b6d96f77
commit
dbc1dc4982
1 changed files with 21 additions and 21 deletions
|
|
@ -58,7 +58,7 @@ abs_1 = undefined
|
||||||
]
|
]
|
||||||
|
|
||||||
runFreeVars = either putStrLn print (runFree s2)
|
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)
|
runCollect = either putStrLn (putStrLn . printTree) (run s2)
|
||||||
|
|
||||||
s1 =
|
s1 =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue