[project @ 2001-11-23 12:06:49 by simonmar]
authorsimonmar <unknown>
Fri, 23 Nov 2001 12:06:49 +0000 (12:06 +0000)
committersimonmar <unknown>
Fri, 23 Nov 2001 12:06:49 +0000 (12:06 +0000)
commitdd8235367cd61e6811eee42b78c6514e77428c7c
tree08cacfec1b0d866821ea6a1c41a78adcd458974d
parentf4faa9421a189ee866b32b0fb834d983bc3bb09a
[project @ 2001-11-23 12:06:49 by simonmar]
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.
ghc/compiler/typecheck/TcClassDcl.lhs
ghc/compiler/typecheck/TcInstDcls.lhs
ghc/compiler/types/Class.lhs