diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-10-14 20:07:32 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-10-14 20:07:32 +0200 |
commit | 7a4871a6fbacb6e14fc4a52d8faa6ffeb8e86d7f (patch) | |
tree | 368c1a5f2e5e0c92db44a9ea9215eeaec59c2677 | |
parent | 80c109031725d328676aeed0b76f3b10204ce508 (diff) |
Fix stackdump ordering
-rw-r--r-- | rip.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -> |