aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rip.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rip.hs b/rip.hs
index c03330c..224a09a 100644
--- a/rip.hs
+++ b/rip.hs
@@ -252,7 +252,7 @@ rip' code@(x:xs) fns st = do
rip' afterblock (Map.insert name inblock fns) st
'$' -> do
- print st
+ (putStrLn . List.intercalate " " . List.map show . reverse) st
rip' xs fns st
c | isSpace c ->