aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-10-14 20:07:32 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-10-14 20:07:32 +0200
commit7a4871a6fbacb6e14fc4a52d8faa6ffeb8e86d7f (patch)
tree368c1a5f2e5e0c92db44a9ea9215eeaec59c2677
parent80c109031725d328676aeed0b76f3b10204ce508 (diff)
Fix stackdump ordering
-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 ->