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