For command-line usage, it's much nicer if output ends in an EOL.
Chris Pressey
3 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/Flobnar.hs
less
more
241
241
242
242
showRun program =
243
243
case run program of
244
IntVal x -> "Result: " ++ (show x)
244
IntVal x -> "Result: " ++ (show x) ++ "\n"