Title
Document Type
Conference Proceeding
Publication Title
Proceedings of the SIGPLAN Symposium on Haskell
Version
Final Published Version
Publication Date
9-2016
Abstract
Pattern matching has proven to be a convenient, expressive way of inspecting data. Yet this language feature, in its traditional form, is limited: patterns must be data constructors of concrete data types. No computation or abstraction is allowed. The data type in question must be concrete, with no ability to enforce any invariants. Any change in this data type requires all clients to update their code.
This paper introduces pattern synonyms, which allow programmers to abstract over patterns, painting over all the shortcomings listed above. Pattern synonyms are assigned types, enabling a compiler to check the validity of a synonym independent of its definition. These types are intricate; detailing how to assign a type to a pattern synonym is a key contribution of this work. We have implemented pattern synonyms in the Glasgow Haskell Compiler, where they have enjoyed immediate popularity, but we believe this feature could easily be exported to other languages that support pattern matching.
DOI
https://doi.org/10.1145/2976002.2976013
Citation
Pickering, Matthew; Érdi, Gergő; Peyton Jones, Simon; Eisenberg, Richard A. Pattern Synonyms. Proceedings of the 9th International Symposium on Haskell. ACM, 2016.