From 451dbbd9f4cc3c61f03e848811e3162f3f080c7f Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 7 Jun 2012 09:10:17 +1000 Subject: Inconsequential change --- Semantic.hs | 8 ++++---- 1 file 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 -- cgit