
11 Sep
2002
11 Sep
'02
2:32 p.m.
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"