A type system with usage aspects

  • Authors:
  • David Aspinall;Martin Hofmann;Michal KoneČnÝ

  • Affiliations:
  • Lfcs edinburgh, mayfield rd, edinburgh eh9 3jz, uk (e-mail: david.aspinall@ed.ac.uk) http://homepages.inf.ed.ac.uk/da/;Inst. für informatik, oettingenstraβe 67, 80538 münchen, germany (mhofmann@informatik.uni-muenchen.de) http:// ...;Aston university, aston triangle, birmingham, b4 7et, uk (e-mail: m.konecny@aston.ac.uk) http://www.aston.ac.uk~konecnym/

  • Venue:
  • Journal of Functional Programming
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Linear typing schemes can be used to guarantee non-interference and so the soundness of in-place update with respect to a functional semantics. But linear schemes are restrictive in practice, and more restrictive than necessary to guarantee soundness of in-place update. This limitation has prompted research into static analysis and more sophisticated typing disciplines to determine when in-place update may be safely used, or to combine linear and non-linear schemes. Here we contribute to this direction by defining a new typing scheme that better approximates the semantic property of soundness of in-place update for a functional semantics. We begin from the observation that some data are used only in a “read-only” context, after which it may be safely re-used before being destroyed. Formalising the in-place update interpretation in a machine model semantics allows us to refine this observation, motivating three usage aspects apparent from the semantics that are used to annotate function argument types. The aspects are (1) used destructively, (2), used read-only but shared with result, and (3) used read-only and not shared with the result. The main novelty is aspect (2), which allows a linear value to be safely read and even aliased with a result of a function without being consumed. This novelty makes our type system more expressive than previous systems for functional languages in the literature. The system remains simple and intuitive, but it enjoys a strong soundness property whose proof is non-trivial. Moreover, our analysis features principal types and feasible type reconstruction, as shown in M. Konečn'y (In TYPES 2002 workshop, Nijmegen, Proceedings, Springer-Verlag, 2003).