29 Oct
2002
29 Oct
'02
12:15 p.m.
Given the modules module A(Type(..)) where data Type a = Constr { field :: a } module B where import A(field) Hugs says ERROR "B.hs" - Unknown entity "field" imported from module "A"
30 Oct
30 Oct
3:06 p.m.
Hi,
thanks for the report. Now fixed.
--sigbjorn
----- Original Message -----
From: "Ross Paterson"
Given the modules
module A(Type(..)) where data Type a = Constr { field :: a }
module B where import A(field)
Hugs says ERROR "B.hs" - Unknown entity "field" imported from module "A"
8606
Age (days ago)
8607
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ross Paterson -
Sigbjorn Finne