Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / compiler / typecheck / TcSimplify.lhs
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-23 simonpj@microsoft.comAdd VarSet.disjointVarSet, and use it
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-26 simonpj@microsoft.comA somewhat subtle (FC-related) bug concerning the monom...
2006-09-18 simonpj@microsoft.comComments
2006-08-11 simonpj@microsoft.comTwo more error message indendations
2006-08-07 simonpj@microsoft.comAdd -fextended-default-rules and -fmono-pat-binds
2006-07-27 simonpj@microsoft.comMake -fcontext-stack into a dynamic flag
2006-06-26 simonpj@microsoft.comImprove consistency checking for derived instances
2006-05-19 simonpj@microsoft.comImproved RULE lhs typechecking; less dictionary sharing
2006-04-07 Simon MarlowReorganisation of the source tree