Re: Using functions from package haskell98 - GHC 5.04

2002-10-22 Thread Ross Paterson
On Tue, Oct 22, 2002 at 04:11:17PM +0200, Wolfgang Jeltsch wrote: > On Tuesday, 2002-10-22, 11:28, CEST, Malcolm Wallace wrote: > > IIRC, the current release of Hugs has the function isDigit in the > > Prelude, and so doesn't need any imports. (This will change in the > > new October 2002 release.

Re: Using functions from package haskell98 - GHC 5.04

2002-10-22 Thread Wolfgang Jeltsch
On Tuesday, 2002-10-22, 11:28, CEST, Malcolm Wallace wrote: > [...] > IIRC, the current release of Hugs has the function isDigit in the > Prelude, and so doesn't need any imports. (This will change in the > new October 2002 release.) It hasn't changed. Obviously, RC1 has it still in the prelude:

RE: Using functions from package haskell98 - GHC 5.04

2002-10-22 Thread Marco van Roshum
> -Original Message- > From: Malcolm Wallace [mailto:Malcolm.Wallace@;cs.york.ac.uk] > Sent: dinsdag 22 oktober 2002 11:28 > To: Marco van Roshum > Cc: [EMAIL PROTECTED] > Subject: Re: Using functions from package haskell98 - GHC 5.04 > > > "Marco van Ro

Re: Using functions from package haskell98 - GHC 5.04

2002-10-22 Thread Malcolm Wallace
"Marco van Roshum" <[EMAIL PROTECTED]> writes: > In my program, I use the function "isDigit", which is part of > haskell98.Data.Char > > When compiling my program, I get the error: Variable not in scope: > isDigit. The same error occurs when I explicitly use the package > haskell98 as in the foll