Abstract
Haskell programmers often use a multi-parameter type class in which one or more type parameters are functionally dependent on the first. Although such functional dependencies have proved quite popular in practice, they express the programmer's intent somewhat indirectly. Developing earlier work on associated data types, we propose to add functionally-dependent types as type synonyms to type-class bodies. These associated type synonyms constitute an interesting new alternative to explicit functional dependencies.
Original language | English |
---|---|
Title of host publication | ICFP 2005 - Proceedings of the 10th ACM SIGPLAN International Conference on Functional Programming |
Pages | 241-253 |
Number of pages | 13 |
DOIs | |
Publication status | Published - 1 Dec 2005 |
Externally published | Yes |
Event | 10th ACM SIGPLAN International Conference on Functional Programming, ICFP 2005 - Tallinn, Estonia Duration: 26 Sept 2005 → 28 Sept 2005 |
Conference
Conference | 10th ACM SIGPLAN International Conference on Functional Programming, ICFP 2005 |
---|---|
Country/Territory | Estonia |
City | Tallinn |
Period | 26/09/05 → 28/09/05 |
Keywords
- Associated types
- Generic programming
- Type classes
- Type functions
- Type inference