Dependently typed array programs don't go wrong

Open Access
Authors
Publication date 2008
Series Schriftenreihe der Institute für Informatik/Mathematik, SIIM-TR-A-08-06
Number of pages 39
Publisher Lübeck, Germany: University of Lübeck, Institute of Software Technology and Programming Languages
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 of such violations 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.
In this paper, 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 Report
Language English
Downloads
techreport.pdf (Final published version)
Permalink to this page
Back