cvs commit: fptools/ghc/compiler/stgSyn CoreToStg.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 12 Dec 2000 09:19:33 -0800


simonmar    2000/12/12 09:19:33 PST

  Modified files:
    ghc/compiler/stgSyn  CoreToStg.lhs 
  Log:
  Oops!  Don't forget to remove type variables from the binders of a
  case alternative when converting to STG.
  
  Revision  Changes    Path
  1.66      +9 -5      fptools/ghc/compiler/stgSyn/CoreToStg.lhs