patch applied (hat): Fix import/hiding/re-export bug + formatting tidy-up.
10 Oct
2006
10 Oct
'06
11:02 a.m.
Thu Mar 22 10:34:28 PST 2001 malcolm * Fix import/hiding/re-export bug + formatting tidy-up. Compiling the following module: module B (x) where import A hiding (x) import qualified A x = ... A.x ... led to an incorrect interface file, where both B.x and A.x were exported. M ./src/compiler98/PreImport.hs -66 +95
7028
Age (days ago)
7028
Last active (days ago)
0 comments
1 participants
participants (1)
-
Malcolm Wallace