Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 0e5d2f7d authored by Sean Gillespie's avatar Sean Gillespie
Browse files

Make sure we print a newline after the evalutation result

parent a35e8d0a
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ eval f str = do
Left err -> shellPutErrLn err
Right (result, globals') -> do
putShellSt globals'
shellPutStr result
shellPutStrLn result
-- | Get the current version
version' :: String
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment