A Logical Approach to Type Soundness

被引:1
作者
Timany, Amin [1 ]
Krebbers, Robbert [2 ]
Dreyer, Derek [3 ]
Birkedal, Lars [1 ]
机构
[1] Aarhus Univ, Aarhus, Denmark
[2] Radboud Univ Nijmegen, Nijmegen, Netherlands
[3] MPI SWS, Saarland Informatics Campus, Saarbrucken, Germany
基金
荷兰研究理事会; 欧洲研究理事会;
关键词
Type soundness; data abstraction; logical relations; step-indexing; con- current separation logic; Iris; Coq; GENERAL REFERENCES; LAMBDA-CALCULUS; RECURSIVE TYPES; SEMANTICS; MODEL; POLYMORPHISM; STATE;
D O I
10.1145/3676954
中图分类号
TP3 [计算技术、计算机技术];
学科分类号
0812 ;
摘要
Type soundness, which asserts that "well-typed programs cannot go wrong," is widely viewed as the canonical theorem one must prove to establish that a type system is doing its job. It is commonly proved using the socalled syntactic approach (also known as progress and preservation), which has had a huge impact on the study and teaching of programming language foundations. Unfortunately, syntactic type soundness is a rather weak theorem. It only applies to programs that are well typed in their entirety and thus tells us nothing about the many programs written in "safe" languages that make use of "unsafe" language features. Even worse, it tells us nothing about whether type systems achieve one of their main goals: enforcement of data abstraction. One can easily define a language that enjoys syntactic type soundness and yet fails to support even the most basic modular reasoning principles for abstraction mechanisms like closures, objects, and abstract data types. Given these concerns, we argue that programming languages researchers should no longer be satisfied with proving syntactic type soundness and should instead start proving semantic type soundness, a more useful theorem that captures more accurately what type systems are actually good for. Semantic type soundness is an old idea-Milner's original account of type soundness from 1978 was semantic-but it fell out of favor in the 1990s due to limitations and complexities of denotational models. In the succeeding decades, thanks to a series of technical advances-notably, step-indexed Kripke logical relations constructed over operational semantics and higher-order concurrent separation logic as consolidated in the Iris framework in Coq-we can now build (machine-checked) semantic soundness proofs at a much higher level of abstraction than was previously possible. The resulting "logical" approach to semantic type soundness has already been employed to great effect in a number of recent papers, but those papers typically (a) concern advanced problem scenarios that complicate the presentation, (b) assume significant prior knowledge of the reader, and (c) suppress many details of the proofs. Here, we aim to provide a gentler, more pedagogically motivated introduction to logical type soundness, targeted at a broader audience that may or may not be familiar with logical relations and Iris. As a bonus, we also show how logical type soundness proofs can easily be generalized to establish an even stronger relational property- representation independence-for realistic type systems.
引用
收藏
页数:75
相关论文
共 134 条
  • [91] ABSTRACT TYPES HAVE EXISTENTIAL TYPE
    MITCHELL, JC
    PLOTKIN, GD
    [J]. ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS, 1988, 10 (03): : 470 - 502
  • [92] Morrisett G., 1995, Conference Record of FPCA '95. SIGPLAN-SIGARCH-WG2.8. Conference on Functional Programming Languages and Computer Architecture, P66, DOI 10.1145/224164.224182
  • [93] Higher-order linearisability
    Murawski, Andrzej S.
    Tzevelekos, Nikos
    [J]. JOURNAL OF LOGICAL AND ALGEBRAIC METHODS IN PROGRAMMING, 2019, 104 : 86 - 116
  • [94] A modality for recursion
    Nakano, H
    [J]. 15TH ANNUAL IEEE SYMPOSIUM ON LOGIC IN COMPUTER SCIENCE, PROCEEDINGS, 2000, : 255 - 266
  • [95] Nasi Emeric, 2011, Modify Any Java Class Field Using Reflection
  • [96] Neis G, 2015, PROCEEDINGS OF THE 20TH ACM SIGPLAN INTERNATIONAL CONFERENCE ON FUNCTIONAL PROGRAMMING (ICFP'15), P166, DOI 10.1145/2784731.2784764
  • [97] Non-Parametric Parametricity
    Neis, Georg
    Dreyer, Derek
    Rossberg, Andreas
    [J]. ACM SIGPLAN NOTICES, 2009, 44 (8-9) : 135 - 148
  • [98] O'Hearn P., 2001, Computer Science Logic. 15th International Workshop, CSL 2001 10th Annual Conference of the EACSL. Proceedings (Lecture Notes in Computer Science Vol.2142), P1
  • [99] Resources, concurrency, and local reasoning
    O'Hearn, Peter W.
    [J]. THEORETICAL COMPUTER SCIENCE, 2007, 375 (1-3) : 271 - 307
  • [100] Pierce B.C, 2002, Types and Programming Languages