Skip to content
  • Simon Marlow's avatar
    [project @ 2001-02-06 17:31:00 by simonmar] · 787f3286
    Simon Marlow authored
    Qualified names on the command line may now refer to any exported
    entity from any module, not just entities from the "original" defining
    module.
    
    eg. "IO.hFlush IO.stdout" now works.
    
    There's still a problem in that home interfaces may be demand-loaded
    if they're aren't already in memory, which is wrong (you can refer to
    a module which isn't loaded, causing things to fall over at link
    time).
    787f3286