|
From: Manuel M T Chakravarty <chak <at> cse.unsw.edu.au>
Subject: Associated data types in GHC Newsgroups: gmane.comp.lang.haskell.general Date: 2006-10-30 21:00:46 GMT (2 years, 35 weeks, 3 days, 13 hours and 41 minutes ago) Dear Haskell Folks This is to announce the availability of indexed data types, a modest extension of our earlier proposal for associated data types[1], in GHC's development version. Detailed information on where to get the right GHC and how to use indexed types is available from the Haskell wiki: http://haskell.org/haskellwiki/GHC/Indexed_types This is an experimental feature and any feedback is greatly appreciated. NB: The implementation of associated type *synonyms* is *not* complete yet. We are working on this now. Happy Hacking! Manuel [1] http://www.cse.unsw.edu.au/~chak/papers/CKPM05.html |
|
|