cvs commit: hugs98/src module.c
Ross Paterson
ross@soi.city.ac.uk
Mon, 13 Jan 2003 11:54:28 +0000
On Sun, Jan 12, 2003 at 10:33:40AM -0800, Sigbjorn Finne wrote:
> sof 2003/01/12 10:33:40 PST
>
> Modified files:
> src module.c
> Log:
> - moderate the reporting of name clashes in export lists.
>
> Note: Support for H98's interpretation of "module M where" isn't
> included in this commit - I don't see a good way of implementing
> it properly given how names are handled internally.
No hurry -- that's a minor (and portable :-) bug. But there's still
module M(module Prelude) where id x = x