From 03d38eb3190eb5e51fb18847fe0792013285bde5 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 8 Apr 2014 15:06:40 +1000 Subject: Reorganising source code --- WriteProofMain.hs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 WriteProofMain.hs (limited to 'WriteProofMain.hs') diff --git a/WriteProofMain.hs b/WriteProofMain.hs deleted file mode 100644 index 2f8625e..0000000 --- a/WriteProofMain.hs +++ /dev/null @@ -1,15 +0,0 @@ -import System.Environment( getArgs ) -import Text.Printf -import Library.Parse -import Library.ProofGraph -import Library.WriteProof - - - -main = do - args <- getArgs - list <- getLines (head args) - let graph = doGraphGen (map (stripReturn) list) - trace = doWriteProof graph - output trace - -- cgit