summaryrefslogtreecommitdiff
path: root/misc.hs
diff options
context:
space:
mode:
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 =