
11 Sep
2002
11 Sep
'02
4:49 p.m.
Thanks, now up tidied. Surprised this one wasn't
caught by the regression tests.
--sigbjorn
----- Original Message -----
From: "Ross Paterson"
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"