Home >

news ヘルプ

論文・著書情報


タイトル
和文: 
英文:Type-preserving CPS translation of Σ and Π types is not not possible 
著者
和文: William J. Bowman, 叢 悠悠, Nich Rioux, Amal Ahmed.  
英文: William J. Bowman, Youyou Cong, Nich Rioux, Amal Ahmed.  
言語 English 
掲載誌/書名
和文: 
英文:Proceedings of the ACM on Programming Languages 
巻, 号, ページ 2    POPL   
出版年月 2018年1月 
出版者
和文: 
英文:ACM 
会議名称
和文: 
英文:The 45th Symposium on Principles of Programming Languages 
開催地
和文: 
英文:Los Angeles, CA 
公式リンク https://dl.acm.org/citation.cfm?id=3158110
 
DOI https://doi.org/10.1145/3158110
アブストラクト Dependently typed languages such as Coq are used to specify and prove functional correctness of source programs, but what we ultimately need are guarantees about correctness of compiled code. By preserving dependent types through each compiler pass, we could preserve source-level specifications and correctness proofs into the generated target-language programs. Unfortunately, type-preserving compilation of dependent types is hard. In 2002, Barthe and Uustalu showed that type-preserving CPS is not possible for languages such as Coq. Specifically, they showed that for strong dependent pairs (Σ types), the standard typed call-by-name CPS is not type preserving. They further proved that for dependent case analysis on sums, a class of typed CPS translations—including the standard translation—is not possible. In 2016, Morrisett noticed a similar problem with the standard call-by-value CPS translation for dependent functions (Π types). In essence, the problem is that the standard typed CPS translation by double-negation, in which computations are assigned types of the form (A → ⊥) → ⊥, disrupts the term/type equivalence that is used during type checking in a dependently typed language. In this paper, we prove that type-preserving CPS translation for dependently typed languages is not not possible. We develop both call-by-name and call-by-value CPS translations from the Calculus of Constructions with both Π and Σ types (CC) to a dependently typed target language, and prove type preservation and compiler correctness of each translation. Our target language is CC extended with an additional equivalence rule and an additional typing rule, which we prove consistent by giving a model in the extensional Calculus of Constructions. Our key observation is that we can use a CPS translation that employs answer-type polymorphism, where CPS-translated computations have type ∀ α. (A → α) → α. This type justifies, by a free theorem, the new equality rule in our target language and allows us to recover the term/type equivalences that CPS translation disrupts. Finally, we conjecture that our translation extends to dependent case analysis on sums, despite the impossibility result, and provide a proof sketch.

©2007 Tokyo Institute of Technology All rights reserved.