Changes between Version 27 and Version 28 of GhcKinds
- Timestamp:
- 12/20/11 06:00:32 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GhcKinds
v27 v28 71 71 '''Future work:''' promote type synonyms to kind synonyms. 72 72 73 74 = Better support for kinds in Template Haskell = 75 76 Currently there is no support for promoted datatypes, or the kind `Constraint`, in Template Haskell. 77 78 '''Future work:''' address [http://hackage.haskell.org/trac/ghc/ticket/5612 #5612], designing and implementing a way for Template Haskell to reify the new kinds. 79 80 73 81 = Kind-polymorphic `Typeable` = 74 82 … … 170 178 }}} 171 179 In this instance, `t` has kind `k -> *` and `a` has kind `k`. 180 172 181 173 182 = Generalized Algebraic Data Kinds (GADKs) = … … 219 228 coercions. While this would still require some implementation effort, it 220 229 should be "doable". 221 222 = Better support for kinds in Template Haskell =223 224 Currently there is no support for promoted datatypes, or the kind `Constraint`, in Template Haskell.225 226 '''Future work:''' address [http://hackage.haskell.org/trac/ghc/ticket/5612 #5612], designing and implementing a way for Template Haskell to reify the new kinds.
