aboutsummaryrefslogtreecommitdiff
path: root/src/main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.hs')
-rw-r--r--src/main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.hs b/src/main.hs
index 4b365a2..f466b68 100644
--- a/src/main.hs
+++ b/src/main.hs
@@ -11,6 +11,7 @@ main = do
equ <- checkParsing (head args)
let reduced = reduce equ
putStrLn $ "Reduced From: " ++ show reduced
+ putStrLn $ "Polynomial degree: " ++ (show $ degree $ left reduced)
putSolutions (left reduced)