Skip to content
  • Simon Marlow's avatar
    [project @ 2005-04-13 13:30:42 by simonmar] · b3302713
    Simon Marlow authored
    Add :
    
      loadMsg :: Session -> LoadHowMuch
    	  -> (Messages-> IO ()) -> IO SuccessFlag
    
    ie. just like load, except it takes a message callback and plumbs it
    down to hscMain.  checkModule now uses loadMsgs.  Better name
    suggestions welcome.
    b3302713