Sciweavers

ICFP
2000
ACM

Fully reflexive intensional type analysis

13 years 8 months ago
Fully reflexive intensional type analysis
Compilers for polymorphic languages can use runtime type inspection to support advanced implementation techniques such as tagless garbage collection, polymorphic marshalling, and flattened data structures. Intensional type analysis is a type-theoretic framework for expressing and certifying such type-analyzing computations. Unfortunately, existing approaches to intensional analysis do not work well on types with universal, existential, or fixpoint quantifiers. This makes it impossible to code applications such as garbage collection, persistence, or marshalling which must be able to examine the type of any runtime value. We present a typed intermediate language that supports fully reflexive intensional type analysis. By fully reflexive, we mean that type-analyzing operations are applicable to the type of any runtime value in the language. In particular, we provide both type-level and term-level constructs for analyzing quantified types. Our system supports structural induction on quant...
Valery Trifonov, Bratin Saha, Zhong Shao
Added 24 Aug 2010
Updated 24 Aug 2010
Type Conference
Year 2000
Where ICFP
Authors Valery Trifonov, Bratin Saha, Zhong Shao
Comments (0)