A Dependent Dependency Calculus (Extended Version)
Programming Languages
2022-02-03 v2
Abstract
Over twenty years ago, Abadi et al. established the Dependency Core Calculus (DCC) as a general purpose framework for analyzing dependency in typed programming languages. Since then, dependency analysis has shown many practical benefits to language design: its results can help users and compilers enforce security constraints, eliminate dead code, among other applications. In this work, we present a Dependent Dependency Calculus (DDC), which extends this general idea to the setting of a dependently-typed language. We use this calculus to track both run-time and compile-time irrelevance, enabling faster type-checking and program execution.
Cite
@article{arxiv.2201.11040,
title = {A Dependent Dependency Calculus (Extended Version)},
author = {Pritam Choudhury and Harley Eades and Stephanie Weirich},
journal= {arXiv preprint arXiv:2201.11040},
year = {2022}
}
Comments
Extended version of paper published in ESOP 2022, 2-7 April 2022, Munich, Germany