summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ListThm.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ListThm.hs b/ListThm.hs
index e61aaf9..ad65911 100644
--- a/ListThm.hs
+++ b/ListThm.hs
@@ -27,8 +27,8 @@ toThms graph nodeList =
node = snd3 . head $ edge
in write g node)
- f = (\x -> (show . fst $ x) ++ ". [" ++ show ((fst4 . fromJust $ (eval (hyp graph (snd x)))) `at` 0) ++
- "] |- " ++ show ((fst4 . fromJust $ (eval (con graph (snd x)))) `at` 0))
+ f = (\x -> (show . fst $ x) ++ ". " ++ (show . fromJust $ ((fst4 . fromJust $ (eval (hyp graph (snd x)))) `at` 0)) ++
+ " |- " ++ (show . fromJust $ ((fst4 . fromJust $ (eval (con graph (snd x)))) `at` 0)))
in map f (zip [1..] nodeList)