Published In
Proceedings of the Acm on Programming Languages-Pacmpl
Document Type
Article
Publication Date
8-1-2024
Subjects
Computer science, Information storage and retrieval systems
Abstract
Lazy evaluation is a powerful tool that enables better compositionality and potentially better performance in functional programming, but it is challenging to analyze its computation cost. Existing works either require manually annotating sharing, or rely on separation logic to reason about heaps of mutable cells. In this paper, we propose a bidirectional demand semantics that allows for extrinsic reasoning about the computation cost of lazy programs without relying on special program logics. To show the effectiveness of our approach, we apply the demand semantics to a variety of case studies including insertion sort, selection sort, Okasaki's banker's queue, and the implicit queue. We formally prove that the banker's queue and the implicit queue are both amortized and persistent using the Rocq Prover (formerly known as Coq). We also propose the reverse physicist's method, a novel variant of the classical physicist's method, which enables mechanized, modular and compositional reasoning about amortization and persistence with the demand semantics.
Rights
Copyright (c) 2025 The Authors Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 International License.
Locate the Document
DOI
10.1145/3674626
Persistent Identifier
https://archives.pdx.edu/ds/psu/43602
Publisher
Association for Computing Machinery (ACM)
Citation Details
Xia, L., Israel, L., Kramarz, M., Coltharp, N., Claessen, K., Weirich, S., & Li, Y. (2024). Story of Your Lazy Function’s Life: A Bidirectional Demand Semantics for Mechanized Cost Analysis of Lazy Programs. Proceedings of the ACM on Programming Languages, 8(ICFP), 30–63.