Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Abstract
A Type Theoretic Specification of Partial Evaluation
We develop a type theoretic specification of offline partial
evaluation for the simply-typed lambda calculus in the
dependently-typed programming language Agda. We establish the
correctness of the specification by proving termination, typing
preservation, and semantics preservation using logical
relations. Typing preservation is achieved by relying on a typed
syntax representation based on De Bruijn indices for the source and the
target language.
The full calculus contains primitive recursion on natural numbers and
higher-order lifting for function, product, and sum types.