[Haskell-cafe] Platform Versioning Policy: upper bounds are not our friends

David Feuer david.feuer at gmail.com
Sat Aug 18 08:57:32 CEST 2012


On Thu, Aug 16, 2012 at 9:53 AM, Felipe Almeida Lessa
<felipe.lessa at gmail.com> wrote:

> 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



More information about the Haskell-Cafe mailing list