Skip to content
  • Simon Peyton Jones's avatar
    [project @ 1999-12-07 15:03:08 by simonpj] · 368eac75
    Simon Peyton Jones authored
    Derived instances should use *source* types not *representation*
    types when doing their deriving stuff.  This bug prevented
    
    	data F = F !Int deriving (Eq)
    
    from working when -funbox-strict-fields was on
    
    
    Simon
    368eac75