diff options
Diffstat (limited to 'ProofGraphMain.hs')
-rw-r--r-- | ProofGraphMain.hs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ProofGraphMain.hs b/ProofGraphMain.hs deleted file mode 100644 index 292cf01..0000000 --- a/ProofGraphMain.hs +++ /dev/null @@ -1,11 +0,0 @@ -import System.Environment( getArgs ) -import Text.Printf -import Library.Parse -import Library.ProofGraph - - -main = do - args <- getArgs - list <- getLines (head args) - let result = doGraphGen (map (stripReturn) list) - printf $ (show result) ++ "\n" |