Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements to kind error messages, mainly | Simon Peyton Jones | 2012-10-19 | 1 | -0/+1 |
| | | | | Also some expected/actual messages are now the right way round | ||||
* | Error message wibbles following TyClDecl/HsTyDefn refactoring | Simon Peyton Jones | 2012-03-26 | 1 | -6/+6 |
| | |||||
* | Update outputs | Jose Pedro Magalhaes | 2011-11-25 | 1 | -2/+1 |
| | | | | We now print less kind information in error messages | ||||
* | Update outputs after renaming the ? and ?? kinds | Jose Pedro Magalhaes | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | New kind-polymorphic core | Jose Pedro Magalhaes | 2011-11-11 | 1 | -1/+1 |
| | | | | | | | | | This big patch implements a kind-polymorphic core for GHC. The current implementation focuses on making sure that all kind-monomorphic programs still work in the new core; it is not yet guaranteed that kind-polymorphic programs (using the new -XPolyKinds flag) will work. For more information, see http://haskell.org/haskellwiki/GHC/Kinds | ||||
* | Move tests from tests/ghc-regress/* to just tests/* | David Terei | 2011-07-20 | 1 | -0/+7 |