Changes between Version 23 and Version 24 of GhcKinds
- Timestamp:
- 12/19/11 05:50:53 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GhcKinds
v23 v24 180 180 coercions. While this would still require some implementation effort, it 181 181 should be "doable". 182 183 = Better support for kinds in Template Haskell = 184 185 Currently there is no support for promoted datatypes, or the kind `Constraint`, in Template Haskell. 186 187 '''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.
