[Hugs-bugs] Char.isUpper undefined

Neil Mitchell ndmitchell at gmail.com
Sun Apr 30 11:04:42 EDT 2006


Hi,

In Hugs,

:l Char
:t isUpper -- works fine
:t Data.Char.isUpper -- fine
:t Char.isUpper -- fails

Char> Char.isUpper 'a'
ERROR - Undefined qualified variable "Char.isUpper"

I guess this is the wrong behaviour? GHCi gets this right.

When saved to a file, for example:

--
import Char
res = Char.isUpper 'a'
--

This works fine.

This is tested on WinHugs from CVS, if someone could test it on the
Linux hugs that would be useful.

Thanks

Neil


More information about the Hugs-Bugs mailing list