Using Hugs 1.4beta, I have a problem if I do:
import Prelude hiding (map, Functor)
I get:
ERROR "machine.hs": Unknown entity "map" imported from module "Prelude"
I know it is an odd thing to want to do but it should be allowed. ghc doesn't
mind...
Justin Cormack
