Martin Handley
Liquidate your assets: reasoning about resource usage in liquid Haskell
Handley, Martin; Vazou, Niki; Hutton, Graham
Authors
Abstract
Liquid Haskell is an extension to the type system of Haskell that supports formal reasoning about program correctness by encoding logical properties as refinement types. In this article, we show how Liquid Haskell can also be used to reason about program efficiency in the same setting. We use the system’s existing verification machinery to ensure that the results of our cost analysis are valid, together with custom invariants for particular program contexts to ensure that the results of our analysis are precise. To illustrate our approach, we analyse the efficiency of a wide range of popular data structures and algorithms, and in doing so, explore various notions of resource usage. Our experience is that reasoning about efficiency in Liquid Haskell is often just as simple as reasoning about correctness, and that the two can naturally be combined.
Citation
Handley, M., Vazou, N., & Hutton, G. (2019). Liquidate your assets: reasoning about resource usage in liquid Haskell. Proceedings of the ACM on Programming Languages, 4, 1-27. https://doi.org/10.1145/3371092
Journal Article Type | Conference Paper |
---|---|
Conference Name | 47th ACM SIGPLAN Symposium on Principles of Programming Languages |
Acceptance Date | Nov 11, 2019 |
Publication Date | Dec 20, 2019 |
Deposit Date | Nov 12, 2019 |
Journal | Proceedings of the ACM on Programming Languages |
Publisher | Association for Computing Machinery (ACM) |
Volume | 4 |
Article Number | 24 |
Pages | 1-27 |
Series Title | Proceedings of the ACM on Programming Languages |
DOI | https://doi.org/10.1145/3371092 |
Public URL | https://nottingham-repository.worktribe.com/output/3231921 |
Files
3371092
(447 Kb)
PDF
Publisher Licence URL
http://creativecommons.org/licenses/by/4.0/
You might also like
Calculating correct compilers II: Return of the register machines
(2020)
Journal Article
Call-by-need is clairvoyant call-by-value
(2019)
Journal Article
AutoBench: comparing the time performance of Haskell programs
(2018)
Conference Proceeding
Theorem proving for all: equational reasoning in Liquid Haskell (Functional Pearl)
(2018)
Conference Proceeding
Between functions and relations in calculating programs
(1992)
Thesis