[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.
Showing
- ghc/compiler/main/HscMain.lhs 4 additions, 2 deletionsghc/compiler/main/HscMain.lhs
- ghc/compiler/typecheck/TcDeriv.lhs 8 additions, 7 deletionsghc/compiler/typecheck/TcDeriv.lhs
- ghc/compiler/typecheck/TcGenDeriv.lhs 18 additions, 19 deletionsghc/compiler/typecheck/TcGenDeriv.lhs
- ghc/compiler/typecheck/TcInstDcls.lhs 4 additions, 3 deletionsghc/compiler/typecheck/TcInstDcls.lhs
- ghc/compiler/typecheck/TcModule.lhs 15 additions, 5 deletionsghc/compiler/typecheck/TcModule.lhs
Loading
Please register or sign in to comment