A theory of type qualifiers

Jeffrey S. Foster,Manuel Fähndrich,Alexander Aiken
DOI: https://doi.org/10.1145/301631.301665
1999-05-01
ACM SIGPLAN Notices
Abstract:We describe a framework for adding type qualifiers to a language. Type qualifiers encode a simple but highly useful form of subtyping. Our framework extends standard type rules to model the flow of qualifiers through a program, where each qualifier or set of qualifiers comes with additional rules that capture its semantics. Our framework allows types to be polymorphic in the type qualifiers. We present a const-inference system for C as an example application of the framework. We show that for a set of real C programs, many more consts can be used than are actually present in the original code.
What problem does this paper attempt to address?