aboutsummaryrefslogtreecommitdiff
path: root/misc.hs
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-02-07 23:22:16 +1100
committerJed Barber <jjbarber@y7mail.com>2014-02-07 23:22:16 +1100
commit7054599bbf955574fad1ae65cf6ab7eb117cfa17 (patch)
tree4c2e156ac19ff46d427ec4779f58842ea449c6e8 /misc.hs
parent862d0b8e2ad71c6cc6268608130167deff08dab7 (diff)
Fixed miscellaneous minor errors
Diffstat (limited to 'misc.hs')
-rw-r--r--misc.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/misc.hs b/misc.hs
index c5bf33f..f7623e4 100644
--- a/misc.hs
+++ b/misc.hs
@@ -1,11 +1,6 @@
-isInt :: (RealFrac a) => a -> Bool
-isInt x =
- x == fromInteger (round x)
-
-
modulo :: Int -> Int -> Int
modulo x y =