Affiliation:
1. Academia Sinica, Taiwan
Abstract
Datatype-generic programming is natural and useful in dependently typed languages such as Agda. However, datatype-generic libraries in Agda are not reused as much as they should be, because traditionally they work only on datatypes decoded from a library’s own version of datatype descriptions; this means that different generic libraries cannot be used together, and they do not work on native datatypes, which are preferred by the practical Agda programmer for better language support and access to other libraries. Based on elaborator reflection, we present a framework in Agda featuring a set of general metaprograms for instantiating datatype-generic programs as, and for, a useful range of native datatypes and functions —including universe-polymorphic ones— in programmer-friendly and customisable forms. We expect that datatype-generic libraries built with our framework will be more attractive to the practical Agda programmer. As the elaborator reflection features used by our framework become more widespread, our design can be ported to other languages too.
Funder
Ministry of Science and Technology, Taiwan
Publisher
Association for Computing Machinery (ACM)
Subject
Safety, Risk, Reliability and Quality,Software
Reference51 articles.
1. Introduction to Bidirectional Transformations
2. Agda Issue. 2022. Loss of Subject Reduction with Setω. https://github.com/agda/agda/issues/5810 Accessed: 2022-03-02 Agda Issue. 2022. Loss of Subject Reduction with Setω. https://github.com/agda/agda/issues/5810 Accessed: 2022-03-02
3. Optimizing Generic Functions
4. A type- and scope-safe universe of syntaxes with binding: their semantics and proofs
5. code2vec: learning distributed representations of code