[Hugs-bugs] re-export bug

Ross Paterson ross at soi.city.ac.uk
Mon Jan 30 09:46:30 EST 2006


Bug reported by Bulat Ziganshin: load of C fails incorrectly in

	module A (f) where
	class A a where f :: a

	module B (module A) where
	import A

	module C where
	import B (f)

Same if A is

	module A (f) where
	data R = R { f :: Int }



More information about the Hugs-Bugs mailing list