Skip to content
Snippets Groups Projects
Commit 2ab7971a authored by sof's avatar sof
Browse files

[project @ 1998-10-21 11:37:03 by sof]

Removed commented-out Haskell-1.2 methods
parent 2afaa0e6
No related branches found
No related tags found
No related merge requests found
......@@ -268,9 +268,6 @@ instance Integral Int where
divMod x@(I# _) y@(I# _) = (x `div` y, x `mod` y)
-- Stricter. Sorry if you don't like it. (WDP 94/10)
--OLD: even x = eqInt (x `mod` 2) 0
--OLD: odd x = neInt (x `mod` 2) 0
toInteger (I# n#) = int2Integer# n# -- give back a full-blown Integer
toInt x = x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment