English

Tabling, Rational Terms, and Coinduction Finally Together!

Programming Languages 2020-02-19 v2

Abstract

To appear in Theory and Practice of Logic Programming (TPLP). Tabling is a commonly used technique in logic programming for avoiding cyclic behavior of logic programs and enabling more declarative program definitions. Furthermore, tabling often improves computational performance. Rational term are terms with one or more infinite sub-terms but with a finite representation. Rational terms can be generated in Prolog by omitting the occurs check when unifying two terms. Applications of rational terms include definite clause grammars, constraint handling systems, and coinduction. In this paper, we report our extension of YAP's Prolog tabling mechanism to support rational terms. We describe the internal representation of rational terms within the table space and prove its correctness. We then use this extension to implement a tabling based approach to coinduction. We compare our approach with current coinductive transformations and describe the implementation. In addition, we present an algorithm that ensures a canonical representation for rational terms.

Keywords

Cite

@article{arxiv.1405.2794,
  title  = {Tabling, Rational Terms, and Coinduction Finally Together!},
  author = {Thepfrastos Mantadelis and Ricardo Rocha and Paulo Moura},
  journal= {arXiv preprint arXiv:1405.2794},
  year   = {2020}
}

Comments

To appear in Theory and Practice of Logic Programming (TPLP)

R2 v1 2026-06-22T04:11:56.675Z