hello,
there seems to be a bug in the module system implementation:

> module Test where
> import Prelude hiding (negate)
> negate  = not
> test    = negate

ERROR "Test.lhs":7 - Ambiguous variable occurrence "negate"
*** Could refer to: Test.negate Hugs.Prelude.negate


bye iavor

--
==================================================
| Iavor S. Diatchki, Ph.D. student               |
| Department of Computer Science and Engineering |
| School of OGI at OHSU                          |
| http://www.cse.ogi.edu/~diatchki               |
==================================================

_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs

Reply via email to