CVS Hugs FFI problems

Sigbjorn Finne sof@galois.com
Wed, 11 Sep 2002 13:49:20 -0700


Thanks, now up tidied. Surprised this one wasn't
caught by the regression tests.

--sigbjorn

----- Original Message -----
From: "Ross Paterson" <ross@soi.city.ac.uk>
To: "Sigbjorn Finne" <sof@galois.com>
Cc: <cvs-hugs@haskell.org>
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"