Sat Aug  4 10:35:39 PDT 2007  [EMAIL PROTECTED]
  * In GHCi, filter instances by what is in scope, not just by what is in scope 
unqualified
  
  Trac #1581 was doing too much filtering; it even filtered out intances 
  defined in this very module!  The new rule shows more instances, but
  hopefully not to many.
  
  Furthermore I have moved the filtering out of TcRnDriver (where it does
  not belong) to InteractiveEval. And I've added a note to the documentation.
  

    M ./compiler/main/InteractiveEval.hs -1 +22
    M ./compiler/typecheck/TcRnDriver.lhs -22 +8
    M ./docs/users_guide/ghci.xml +6

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to