Skip to content
  • AndyGill's avatar
    [project @ 2000-03-30 09:02:12 by andy] · 042ab680
    AndyGill authored
    Fixing bug with import privileged clashing with import hidden.
    This caused a rather nasty name-leak, where catch from the prelude
    was being given the type of catch from Exceptions.
    
    Now, when you use import privileged Prelude (...) you also
    need to do import Prelude, allowing you the option of
    import Prelude hiding (...).
    
    A bucket load of wibbles will follow in various libraries,
    implementing this restriction.
    042ab680