Skip to content
Snippets Groups Projects
Commit 449e1794 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-11-20 16:16:13 by simonm]

change minBound back until I can fix the bootstrapping problems.
Grrrr.
parent 1d111ef1
No related merge requests found
......@@ -583,7 +583,7 @@ eftInt now step
instance Bounded Int where
minBound = negate 2147483647 - 1 -- **********************
minBound = -2147483647 -- **********************
maxBound = 2147483647 -- **********************
instance Num Int where
......
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