summaryrefslogtreecommitdiff
path: root/ProofGraphMain.hs
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2012-08-09 05:15:01 +1000
committerJed Barber <jjbarber@y7mail.com>2012-08-09 05:15:01 +1000
commit12b3e97d0ee4b7d1fa6560b91d14ef7be110bdff (patch)
treecc3936ee04ef9c9f9b22733117228182632e1da1 /ProofGraphMain.hs
parent455df475317d4cf59e854fdb329d4f8a470474f3 (diff)
Compilation now automated
Diffstat (limited to 'ProofGraphMain.hs')
-rw-r--r--ProofGraphMain.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProofGraphMain.hs b/ProofGraphMain.hs
index 91767ad..abd7a56 100644
--- a/ProofGraphMain.hs
+++ b/ProofGraphMain.hs
@@ -6,6 +6,6 @@ import ProofGraph
main = do
args <- getArgs
- list <- getLines $ head args
+ list <- getLines (head args)
let result = doGraphGen (map (stripReturn) list)
printf $ (show result) ++ "\n"