English

The Size-Change Termination Principle for Constructor Based Languages

Logic in Computer Science 2015-07-01 v5 Programming Languages

Abstract

This paper describes an automatic termination checker for a generic first-order call-by-value language in ML style. We use the fact that value are built from variants and tuples to keep some information about how arguments of recursive call evolve during evaluation. The result is a criterion for termination extending the size-change termination principle of Lee, Jones and Ben-Amram that can detect size changes inside subvalues of arguments. Moreover the corresponding algorithm is easy to implement, making it a good candidate for experimentation.

Keywords

Cite

@article{arxiv.1306.3833,
  title  = {The Size-Change Termination Principle for Constructor Based Languages},
  author = {Hyvernat Pierre},
  journal= {arXiv preprint arXiv:1306.3833},
  year   = {2015}
}

Comments

24 pages + appendix

R2 v1 2026-06-22T00:34:54.246Z