Minor bug fix
This commit is contained in:
parent
6abe90d7cc
commit
3f9910f919
|
@ -18,5 +18,4 @@ main = runInputT defaultSettings repl
|
||||||
repl
|
repl
|
||||||
Right e -> outputStrLn (case eval e of
|
Right e -> outputStrLn (case eval e of
|
||||||
Right out -> show out
|
Right out -> show out
|
||||||
Left err -> err)
|
Left err -> err) >> repl
|
||||||
repl
|
|
||||||
|
|
Loading…
Reference in New Issue