diff options
author | Jed Barber <jjbarber@y7mail.com> | 2012-06-07 09:10:17 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2012-06-07 09:10:17 +1000 |
commit | 451dbbd9f4cc3c61f03e848811e3162f3f080c7f (patch) | |
tree | 7ace4288e20d7440bec98b3b51319570a24444e0 | |
parent | c42405fcefe59d769a06d882614b17b75eb7d51a (diff) |
Inconsequential change
-rw-r--r-- | Semantic.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Semantic.hs b/Semantic.hs index a177d08..ed25c91 100644 --- a/Semantic.hs +++ b/Semantic.hs @@ -347,7 +347,7 @@ doSemanticCheck list = main = do - args <- getArgs - list <- getLines $ head args - let result = doSemanticCheck (map (stripReturn) list) - printf result + args <- getArgs + list <- getLines $ head args + let result = doSemanticCheck (map (stripReturn) list) + printf result |