Midstream changes to deal with spontaneous solving and flatten skolem equivalence...
[ghc-hetmet.git] / compiler / typecheck / TcInteract.lhs
2010-10-19 dimitris@microsoft.comMidstream changes to deal with spontaneous solving...
2010-10-20 simonpj@microsoft.comRefactor, plus fix Trac #4418
2010-10-19 simonpj@microsoft.comLayout and tiny refactoring only
2010-10-18 dimitris@microsoft.comMajor pass through type checker:(1) prioritizing equali...
2010-10-15 dimitris@microsoft.com(1) Caching FD improvements for efficiency, (2) prevent...
2010-10-14 dimitris@microsoft.comMidstream changes for performance improvement related...
2010-10-08 dimitris@microsoft.comKind checking bugfix (#4356) and preventing wanteds...
2010-10-08 simonpj@microsoft.comFix Trac #4360: omitted case in combineCtLoc
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-10-07 simonpj@microsoft.comComments only
2010-10-07 simonpj@microsoft.comFix a looping bug in the new occur-check code
2010-10-06 dimitris@microsoft.comMajor bugfixing pass through the type checker
2010-10-04 dimitris@microsoft.comTypechecker performance fixes and flatten skolem bugfixing
2010-09-23 dimitris@microsoft.comPerformance bug fixes
2010-09-17 simonpj@microsoft.comFix overriding of implicit parameters in the solver
2010-09-15 simonpj@microsoft.comRemove pprTrace
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...