cvs commit: fptools/ghc/compiler/typecheck TcClassDcl.lhs TcInstDcls.lhs fptools/ghc/compiler/types Class.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Fri, 23 Nov 2001 04:06:49 -0800


simonmar    2001/11/23 04:06:49 PST

  Modified files:
    ghc/compiler/typecheck TcClassDcl.lhs TcInstDcls.lhs 
    ghc/compiler/types   Class.lhs 
  Log:
  Use (DefMeth Name) rather than (DefMeth Id) in ClassOpItem.  This not
  only eliminates a space leak, because Names generally hold on to much
  less stuff than Ids, but also turns out to be a minor cleanup.
  
  Revision  Changes    Path
  1.107     +28 -31    fptools/ghc/compiler/typecheck/TcClassDcl.lhs
  1.131     +4 -4      fptools/ghc/compiler/typecheck/TcInstDcls.lhs
  1.36      +1 -1      fptools/ghc/compiler/types/Class.lhs