Re: export/import of fields (in RC)
"Sigbjorn Finne" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <005c01c28025$fe0411a0$1e32a8c0@sofxp> |
Hi, thanks for the report. Now fixed. --sigbjorn ----- Original Message ----- From: "Ross Paterson" <[email protected]> To: <[email protected]> Sent: Tuesday, October 29, 2002 04:15 Subject: export/import of fields (in RC) > 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"