[project @ 1999-02-04 13:45:24 by simonpj]
a) Fix black hole bug when doing -dshow-rn-trace (Involved reorganising where fixity exports are dealt with in RnNames/RnIfaces.) b) Arrange to apply Lint to imported unfoldings when -dcore-lint c) Add -fwarn-type-defaults to report use of the defaulting rules for types d) Make it so that f (error "help) --> error "help", if f is strict (Changes in Simplify.lhs.)
Showing
- ghc/compiler/basicTypes/Var.lhs 16 additions, 4 deletionsghc/compiler/basicTypes/Var.lhs
- ghc/compiler/coreSyn/CoreLint.lhs 20 additions, 11 deletionsghc/compiler/coreSyn/CoreLint.lhs
- ghc/compiler/main/CmdLineOpts.lhs 3 additions, 0 deletionsghc/compiler/main/CmdLineOpts.lhs
- ghc/compiler/rename/RnIfaces.lhs 20 additions, 5 deletionsghc/compiler/rename/RnIfaces.lhs
- ghc/compiler/rename/RnNames.lhs 49 additions, 63 deletionsghc/compiler/rename/RnNames.lhs
- ghc/compiler/simplCore/SimplCore.lhs 1 addition, 1 deletionghc/compiler/simplCore/SimplCore.lhs
- ghc/compiler/simplCore/SimplUtils.lhs 2 additions, 2 deletionsghc/compiler/simplCore/SimplUtils.lhs
- ghc/compiler/simplCore/Simplify.lhs 24 additions, 16 deletionsghc/compiler/simplCore/Simplify.lhs
- ghc/compiler/typecheck/TcBinds.lhs 77 additions, 27 deletionsghc/compiler/typecheck/TcBinds.lhs
- ghc/compiler/typecheck/TcEnv.lhs 6 additions, 1 deletionghc/compiler/typecheck/TcEnv.lhs
- ghc/compiler/typecheck/TcIfaceSig.lhs 10 additions, 6 deletionsghc/compiler/typecheck/TcIfaceSig.lhs
- ghc/compiler/typecheck/TcModule.lhs 12 additions, 45 deletionsghc/compiler/typecheck/TcModule.lhs
- ghc/compiler/typecheck/TcSimplify.lhs 21 additions, 3 deletionsghc/compiler/typecheck/TcSimplify.lhs
Loading
Please register or sign in to comment