7 Oct
2003
7 Oct
'03
12:38 a.m.
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 | ==================================================