cvs commit: fptools/ghc/compiler/typecheck TcMonad.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Fri, 23 Nov 2001 04:04:00 -0800


simonmar    2001/11/23 04:03:59 PST

  Modified files:
    ghc/compiler/typecheck TcMonad.lhs 
  Log:
  Replace a lazy pattern match in tcGetInstLoc with a strict one (fixes
  a space leak).
  
  Revision  Changes    Path
  1.71      +2 -1      fptools/ghc/compiler/typecheck/TcMonad.lhs