Associated Type Synonyms

  • Manuel Chakravarty ,
  • Gabriele Keller ,
  • Simon Peyton Jones

ACM SIGPLAN International Conference on Functional Programming (ICFP'05) |

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.