Don't reverse for now

This commit is contained in:
Chris Done 2017-06-21 13:25:18 +01:00
parent accfc04c89
commit 94bfb3d5a2

View File

@ -194,7 +194,7 @@ compileAndRun text =
printSteps complete =
either
(const "")
(unlines . map (printExpression defaultPrint) . filter mode . reverse)
(unlines . map (printExpression defaultPrint) . filter mode)
where
mode =
if complete