Thanks, now up tidied. Surprised this one wasn't caught by the regression tests.
--sigbjorn ----- Original Message ----- From: "Ross Paterson" <[EMAIL PROTECTED]> To: "Sigbjorn Finne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 11:32 Subject: Re: CVS Hugs FFI problems > On Wed, Sep 11, 2002 at 07:51:40AM -0700, Sigbjorn Finne wrote: > > Sorry about that, the intro'ed problem has now been cleared up, I believe. > > But now module exports are broken: > > module A(f) where > f = id > > module B(module A) where > import A > > module C where > import B(f) > > ERROR "C.hs" - Unknown entity "f" imported from module "B" _______________________________________________ Cvs-hugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-hugs
