cvs commit: fptools/ghc/compiler/iface TcIface.lhs

Simon Peyton Jones simonpj at glass.cse.ogi.edu
Wed Dec 17 03:43:14 EST 2003


simonpj     2003/12/17 03:43:14 PST

  Modified files:
    ghc/compiler/iface   TcIface.lhs 
  Log:
    ---------------------------------
    Gate in a few more instance decls
    ---------------------------------
  
  When we have
  	instance T a where...
  
  we need to suck in the instance decl rather more aggressively than we
  were.  (A case I hadn't thought of because it only happens with
  undecideable instances.)
  
  Revision  Changes    Path
  1.13      +3 -2      fptools/ghc/compiler/iface/TcIface.lhs


More information about the Cvs-ghc mailing list