Download PDF

International Symposium on Functional and Logic Programming, Date: 2010/04/19 - 2010/04/21, Location: Sendai, Japan

Publication date: 2010-01-01
Volume: 6009 Pages: 56 - 71
ISSN: 3642122507, 978-3-642-12250-7
Publisher: Springer

Lecture Notes in Computer Science

Author:

Orchard, Dominic
Schrijvers, Tom ; Blume, M ; Kobayashi, N ; Vidal, G

Keywords:

Haskell, type system, type classes, constraint families, Science & Technology, Technology, Computer Science, Theory & Methods, Computer Science

Abstract:

The popular Glasgow Haskell Compiler extends the Haskell 98 type system with several powerful features, leading to an expressive language of type terms. In contrast, constraints over types have received much less attention, creating an imbalance in the expressivity of the type system. In this paper, we rectify the imbalance, transferring familiar type-level constructs, synonyms and families, to the language of constraints, providing a symmetrical set of features at the type-level and constraint-level. We introduce constraint synonyms and constraint families, and illustrate their increased expressivity for improving the utility of polymorphic EDSLs in Haskell, amongst other examples. We provide a discussion of the semantics of the new features relative to existing type system features and similar proposals, including details of termination.