INVESTIGADORES
BONELLI Eduardo Augusto
artículos
Título:
Type Soundness for Path Polymorphism
Autor/es:
ANDRÉS EZEQUIEL VISO; EDUARDO BONELLI; MAURICIO AYALA-RINCÓN
Revista:
Electronic Notes in Theoretical Computer Science
Editorial:
Elsevier SCIENCE BV
Referencias:
Año: 2016 vol. 323 p. 235 - 251
ISSN:
1571-0661
Resumen:
Path polymorphism is the ability to define functions that can operate uniformly over arbitrary recursively specified data structures. Its essence is captured by patterns of the form xy which decompose a compound data structure into its parts. Typing these kinds of patterns is challenging since the type of a compound should determine the type of its components. We propose a static type system (i.e. no run-time analysis) for a pattern calculus that captures this feature. Our solution combines type application, constants as types, union types and recursive types. We address the fundamental properties of Subject Reduction and Progress that guarantee a well-behaved dynamics. Both these results rely crucially on a notion of pattern compatibility and also on a coinductive characterisation of subtyping.