Minor bug fix

This commit is contained in:
Suguivy 2021-02-25 18:18:35 +01:00
parent 6abe90d7cc
commit 3f9910f919
1 changed files with 1 additions and 2 deletions

View File

@ -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