Re: hiding (Stuff(..))

Ross Paterson <[email protected]>
Newsgroups gmane.comp.lang.haskell.hugs.bugs
Message-ID <[email protected]>
On Tue, Sep 10, 2002 at 08:21:28AM -0700, Sigbjorn Finne wrote:
> Thanks, now fixed.

Here's a trickier one:

	module A(Class(foo), bar) where
	class Class a where
		foo :: a
		bar :: a

	module B(Class(..)) where
	import A

	module C where
	import B
	f = foo
	g = bar

says it can't find bar.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.