Affiliation:
1. University of California at San Diego, San Diego, CA, USA
2. Microsoft Research, Cambridge, United Kingdom
Abstract
SMT-based checking of refinement types for call-by-value languages is a well-studied subject. Unfortunately, the classical translation of refinement types to verification conditions is unsound under lazy evaluation. When checking an expression, such systems implicitly assume that all the free variables in the expression are bound to
values
. This property is trivially guaranteed by eager, but does not hold under lazy, evaluation. Thus, to be sound and precise, a refinement type system for Haskell and the corresponding verification conditions must take into account
which subset of
binders actually reduces to values. We present a stratified type system that labels binders as potentially diverging or not, and that (circularly) uses refinement types to verify the labeling. We have implemented our system in
L
IQUID
H
ASKELL and present an experimental evaluation of our approach on more than 10,000 lines of widely used Haskell libraries. We show that
L
IQUID
H
ASKELL is able to prove 96% of all recursive functions terminating, while requiring a modest 1.7 lines of termination-annotations per 100 lines of code.
Funder
Microsoft Research
Division of Computing and Communication Foundations
Division of Computer and Network Systems
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Cited by
36 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. A HAT Trick: Automatically Verifying Representation Invariants using Symbolic Finite Automata;Proceedings of the ACM on Programming Languages;2024-06-20
2. A formal model of Checked C1;Journal of Computer Security;2023-10-13
3. Shape-Constrained Array Programming with Size-Dependent Types;Proceedings of the 11th ACM SIGPLAN International Workshop on Functional High-Performance and Numerical Computing;2023-08-30
4. Explicit Refinement Types;Proceedings of the ACM on Programming Languages;2023-08-30
5. Covering All the Bases: Type-Based Verification of Test Input Generators;Proceedings of the ACM on Programming Languages;2023-06-06