[project @ 2000-10-23 12:55:31 by sewardj]
authorsewardj <unknown>
Mon, 23 Oct 2000 12:55:31 +0000 (12:55 +0000)
committersewardj <unknown>
Mon, 23 Oct 2000 12:55:31 +0000 (12:55 +0000)
commit0499865e0ff47ce970030a4d65897a5e2f592605
tree7158afa677e96cbfd6361348fc61b261cf6a3d57
parent3591491590facc2ce82bc6a4dbe05a695c23f851
[project @ 2000-10-23 12:55:31 by sewardj]
Plumb a function :: Name -> Maybe Fixity into the depths of the deriver
for deriving Show and Read.  This information is in the ModIFaces, not
the ModDetails, and we don't want to send complete ModIFaces into the
typechecker.
ghc/compiler/main/HscMain.lhs
ghc/compiler/typecheck/TcDeriv.lhs
ghc/compiler/typecheck/TcGenDeriv.lhs
ghc/compiler/typecheck/TcInstDcls.lhs
ghc/compiler/typecheck/TcModule.lhs