Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / compiler / simplCore / SimplUtils.lhs
2006-09-27 simonpj@microsoft.comFix exprIsConApp_maybe (wasn't dealing properly with...
2006-09-20 Manuel M T ChakravartyClean up and refactor in SimplUtils.mkCase1 (identity...
2006-09-20 Manuel M T ChakravartyIndexed newtypes
2006-09-20 Manuel M T Chakravartyfix default case filling-in for GADTs
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-19 Manuel M T ChakravartyAdapt SimplUtils.getContArgs to conditional SubstEnv
2006-09-18 Manuel M T Chakravartyfix out-of-scope variable
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-10 simonpj@microsoft.comAdd an IAmDead case to postInlineUnconditionally, and...
2006-08-10 simonpj@microsoft.comDo not repeatedly simplify an argument more than once
2006-08-10 simonpj@microsoft.comMake postInlineUnconditaionally more conservative
2006-07-12 simonpj@microsoft.comExperimental flag -fdicts-cheap
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-22 simonpj@microsoft.comInline in a call argument if the caller has RULES
2006-05-17 simonpj@microsoft.comSpelling correction
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-07 Simon MarlowReorganisation of the source tree