Singleton types here, singleton types there, singleton types everywhere

  • Authors:
  • Stefan Monnier;David Haguenauer

  • Affiliations:
  • Université de Montréal, Montréal, PQ, Canada;Département d'informatique et recherche opérationnelle, Montréal, PQ, Canada

  • Venue:
  • Proceedings of the 4th ACM SIGPLAN workshop on Programming languages meets program verification
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Singleton types are often considered a poor man's substitute for dependent types. But their generalization in the form of GADTs has found quite a following. The main advantage of singleton types and GADTs is to preserve the so-called phase distinction, which seems to be so important to make use of the usual compilation techniques. Of course, they considerably restrict the programmers, which often leads them to duplicate code at both the term and type levels, so as to reflect at the type level what happens at the term level, in order to be able to reason about it. In this article, we show how to automate such a duplication while eliminating the problematic dependencies. More specifically, we show how to compile the Calculus of Constructions into λH, a non-dependently-typed language, while still preserving all the typing information. Since λH has been shown to be amenable to type preserving CPS and closure conversion, it shows a way to preserve types when doing code extraction and more generally when using all the common compiler techniques.