Inferring Program Transformations from Type Transformations for Partitioning of Ordered Sets

Wim Vanderbauwhede
DOI: https://doi.org/10.48550/arXiv.1504.05372
2015-04-21
Programming Languages
Abstract:In this paper I introduce a mechanism to derive program transforma- tions from order-preserving transformations of vector types. The purpose of this work is to allow automatic generation of correct-by-construction instances of programs in a streaming data processing paradigm suitable for FPGA processing. We show that for it is possible to automatically derive instances for programs based on combinations of opaque element- processing functions combined using foldl and map, purely from the type transformations.
What problem does this paper attempt to address?