fromInteger-Problem
I use a hugs version from November 2002, which happens to correspond to the unstable version of the debian hugs-package, and encountered the following: Prelude> fromInteger 40000 :: Integer 200000000 Best regards, Elke. Software Development EsPresto AG ----------------------------------------------------------------- kasimir@espresto.com Breite Str. 30-31 Tel/Fax: +49-30-90 226-750/-760 10178 Berlin/Germany
On Fri, Jun 20, 2003 at 01:46:48PM +0200, Elke Kasimir wrote:
I use a hugs version from November 2002, which happens to correspond to the unstable version of the debian hugs-package, and encountered the following:
Prelude> fromInteger 40000 :: Integer 200000000
Strange -- I can't reproduce that with a Nov 2002 version compiled from source, or the Debian package hugs-98.200211-3 on an i386 running Debian testing. Can you provide more details of your setup?
participants (2)
-
Elke Kasimir -
Ross Paterson