Hybrid type checking 论文
2006引用 268
Logic, programming, and type systemsFormal Methods in VerificationSecurity and Verification in Computing
详细信息
- 发表日期
- 2006-01-11
- 发表年份
- 2006
关键词
Logic, programming, and type systemsFormal Methods in VerificationSecurity and Verification in Computing
摘要
Traditional static type systems are very effective for verifying basic interface specifications, but are somewhat limited in the kinds specifications they support. Dynamically-checked contracts can enforce more precise specifications, but these are not checked until run time, resulting in incomplete detection of defects. Hybrid type checking is a synthesis of these two approaches that enforces precise interface specifications, via static analysis where possible, but also via dynamic checks where necessary. This paper explores the key ideas and implications of hybrid type checking, in the context of the simply-typed A-calculus with arbitrary refinements of base types.