A lightweight approach to datatype-generic rewriting

作者:Van Noort Thomas*; Yakushev Alexey Rodriguez; Holdermans Stefan; Jeuring Johan; Heeren Bastiaan; Magalhaes Jose Pedro
来源:Journal of Functional Programming, 2010, 20: 375-413.
DOI:10.1017/S0956796810000183

摘要

Term-rewriting systems can be expressed as generic programs parameterised over the shape of the terms being rewritten. Previous implementations of generic rewriting libraries require users to either adapt the datatypes that are used to describe these terms or to specify rewrite rules as functions. These are fundamental limitations: the former implies a lot of work for the user, while the latter makes it hard if not impossible to document, test, and analyze rewrite rules. In this article, we demonstrate how to overcome these limitations by making essential use of type-indexed datatypes. Our approach is lightweight in that it is entirely expressible in Haskell with GADTs and type families and can be readily packaged for use with contemporary Haskell distributions.

  • 出版日期2010-7