Homepage

2003-01-10 Thread sinemkuz
<>

Please try again

2003-01-10 Thread agoertzen
gcindex[1].htm Description: Binary data

Signs, Word32 and Array

2003-01-10 Thread Ian Lynagh
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

Re: Trex

2003-01-10 Thread Ross Paterson
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

Trex

2003-01-10 Thread Stephen Eldridge
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