<>
gcindex[1].htm
Description: Binary data
This looks like a hugs bug to me - GHCi gets it right.
Inflate> 4294967295 :: Word32
4294967295
Inflate> (4294967295 :: Word32) > 0
True
Inflate> array (0, (4294967295 :: Word32)) [] // [(5, 98)]
array
Program error: {_out_of_bounds (0,-1) 5}
Inflate>
Incidentally, how do you get the Word and
On Fri, Jan 10, 2003 at 12:50:14PM +, Stephen Eldridge wrote:
> Using version Nov 2002 in Windows XP I find that import Trex gives me
>
> Reading file "c:\progra~1\hugs98\lib\hugs\Trex.hs":
> ERROR "c:\progra~1\hugs98\lib\hugs\Trex.hs" - Illegal export of a lone data
> cons
> tructor "EmptyRe
Using version Nov 2002 in Windows XP I find that import Trex gives me
Reading file "c:\progra~1\hugs98\lib\hugs\Trex.hs":
ERROR "c:\progra~1\hugs98\lib\hugs\Trex.hs" - Illegal export of a lone data
cons
tructor "EmptyRec"
This can be cured by removing the export of EmptyRec from Trex.hs
but I do