| ... | ... | @@ -33,3 +33,6 @@ Associated types are data type and type synonym declarations in type classes. T |
|
|
|
|
|
|
|
|
|
|
|
- Only a prototype implementation so far. We are in the process of implementing them in GHC, but that is a significant undertaking as they have to play nicely along with other extensions (e.g., GADTs) and we are after a more lightweight type-preserving translation than the one in the POPL paper. So, given requirement that all Haskell' features need to have been implemented in at least on Haskell system, it seems unlikely that we can meet the currently proposed Haskell' timeline.
|
|
|
|
- [ Non-termination problems with FDs also arise with ATs](http://www.haskell.org/pipermail/haskell-prime/2006-April/001466.html).
|
|
|
|
- The published version of ATs does not permit constraints on associated type synonyms in superclass contexts, which are [ required by some monad transformer classes](http://www.haskell.org/pipermail/haskell-cafe/2006-February/014392.html).
|
|
|
|
Allowing such constraints may lead to [ further non-termination problems](http://www.haskell.org//pipermail/haskell-cafe/2006-February/014609.html). |