23 Mar
2003
23 Mar
'03
12:27 a.m.
hi, i run into the following problem: module A (A.f) where import B f = "f of A" module B where f = "f of B" when trying to load module A Hugs says: ERROR "A.hs" - Ambiguous export of entity "f" *** Could refer to: A.f B.f bye iavor
28 Mar
28 Mar
4:31 a.m.
Thanks, I fixed this one the CVS repository a couple
of days ago (but forgot to respond to the bug report
at the time.)
--sigbjorn
Iavor S. Diatchki
hi, i run into the following problem:
module A (A.f) where import B f = "f of A"
module B where f = "f of B"
when trying to load module A Hugs says: ERROR "A.hs" - Ambiguous export of entity "f" *** Could refer to: A.f B.f
bye iavor
8504
Age (days ago)
8510
Last active (days ago)
1 comments
2 participants
participants (2)
-
Iavor S. Diatchki -
Sigbjorn Finne