cvs commit: fptools/ghc/compiler/codeGen CgCon.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Fri, 15 Dec 2000 09:07:20 -0800


simonmar    2000/12/15 09:07:20 PST

  Modified files:
    ghc/compiler/codeGen CgCon.lhs 
  Log:
  ASSERT that we have the right number of arguments when building a
  constructor, to avoid repeats of today's extended debugging session.
  
  Revision  Changes    Path
  1.28      +5 -2      fptools/ghc/compiler/codeGen/CgCon.lhs