Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2004-06-02 08:23:43 by simonpj] · 5568d10f
    Simon Peyton Jones authored
    -------------------------------
    	Fix a grevious bug in DsMeta
    	which caused a seg fault
    	-------------------------------
    
    The bug was an incorrectly declared type for one of the Template
    Haskell construction functions in DsMeta (repRecCon, repRecUpd)
    and some associated jiggery pokery.
    
    -dcore-lint showed it up nicely, because the desugarer generated
    ill-typed code.
    
    DsMeta PrelNames TH.Lib
    5568d10f