Re: fromInteger-Problem
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
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?