Dependently typed array programs don’t go wrong

Open Access
Authors
Publication date 2009
Journal The Journal of Logic and Algebraic Programming
Event The 19th Nordic Workshop on Programming Theory (NWPT 2007), Oslo, Norway
Volume | Issue number 78 | 7
Pages (from-to) 643-664
Organisations
  • Faculty of Science (FNWI) - Informatics Institute (IVI)
Abstract
The array programming paradigm adopts multidimensional arrays as the fundamental data structures of computation. Array operations process entire arrays instead of just single elements. This makes array programs highly expressive and introduces data parallelism in a natural way. Array programming imposes non-trivial structural constraints on ranks, shapes, and element values of arrays. A prominent example where such constraints are violated are out-of-bound array accesses. Usually, such constraints are enforced by means of run time checks. Both the run time overhead inflicted by dynamic constraint checking and the uncertainty of proper program evaluation are undesirable.
We propose a novel type system for array programs based on dependent types. Our type system makes dynamic constraint checks obsolete and guarantees orderly evaluation of well-typed programs. We employ integer vectors of statically unknown length to index array types. We also show how constraints on these vectors are resolved using a suitable reduction to integer scalars. Our presentation is based on a functional array calculus that captures the essence of the paradigm without the legacy and obfuscation of a fully-fledged array programming language.
Document type Article
Note Proceedings title: The 19th Nordic Workshop on Programming Theory (NWPT 2007) Publisher: North-Holland Place of publication: Amsterdam Editors: E.B. Johnsen, O. Owe, G. Schneider
Language English
Published at https://doi.org/10.1016/j.jlap.2009.03.002
Downloads
310901.pdf (Final published version)
Permalink to this page
Back