[Haskell] Succ Zeroth IOHCC Results http://www.scannedinavian.org/iohcc/succzeroth-2004/

2004-10-09 Thread Shae Matijs Erisson
After a long delay, the Succ Zeroth IOHCC Results are online! http://www.scannedinavian.org/iohcc/succzeroth-2004/ The minimalistic results page links to three winning submissions of much entertainment. Winners by Category: Best overall entry UlfNorell with MetaSteganoGraphicObfuscation Best

Re: [Haskell] GHC / Hugs Disagree on Constraints

2004-10-09 Thread Dominic Steinitz
[EMAIL PROTECTED] wrote: instance (Ord a, Bits a, Bounded a, Integral a, LargeWord a, Bits b, Bounded b, Integral b, LargeWord b) => Bounded (LargeKey a b) where minBound = 0 maxBound = fromIntegral $ (1 + fromIntegral (maxBound::b))* (1