
18 Aug
2012
18 Aug
'12
2:57 a.m.
On Thu, Aug 16, 2012 at 9:53 AM, Felipe Almeida Lessa
If you import qualified then adding functions will never break anything.
If the language is changed (without possibility of breakage, I believe) so that names declared in a module shadow imported names, incompatibility can only arise if two different imports offer the same name, and it is actually used. David