Deal more correctly with orphan instances
[ghc-hetmet.git] / compiler / specialise / Rules.lhs
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-06 simonpj@microsoft.comRename local variable (no semantic effect)
2007-02-06 simonpj@microsoft.comComments and debug output
2007-02-06 simonpj@microsoft.comImprove rule-matching for let expressions
2007-02-02 simonpj@microsoft.comLook through Notes when generating and matching RULES
2006-11-24 simonpj@microsoft.comFix name-capture bug in rule matching
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-09-29 simonpj@microsoft.comMatch let before lambda in rule-matching (see comment...
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-15 simonpj@microsoft.comFix two bugs in rule-matching
2006-06-24 simonpj@microsoft.comImprove RULE matching a bit more
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-05-04 simonpj@microsoft.comFix a bug in rule matching
2006-04-07 Simon MarlowReorganisation of the source tree