cvs commit: fptools/ghc/compiler/main HscMain.lhs fptools/ghc/compiler/compMan CompManager.lhs fptools/ghc/compiler/typecheck TcModule.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Fri, 2 Mar 2001 09:35:20 -0800


simonmar    2001/03/02 09:35:20 PST

  Modified files:
    ghc/compiler/main    HscMain.lhs 
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/typecheck TcModule.lhs 
  Log:
  Fix :type again, by resurrecting typecheckExpr.  Now the expression
  doesn't get the monomorphism restriction applied to it.
  
  Revision  Changes    Path
  1.104     +27 -9     fptools/ghc/compiler/main/HscMain.lhs
  1.63      +28 -11    fptools/ghc/compiler/compMan/CompManager.lhs
  1.110     +92 -20    fptools/ghc/compiler/typecheck/TcModule.lhs