WebPie: A Tiny Slice of Dependent Typing

Christophe Scholliers
DOI: https://doi.org/10.4204/EPTCS.400.2
2024-04-08
Abstract:Dependently typed programming languages have become increasingly relevant in recent years. They have been adopted in industrial strength programming languages and have been extremely successful as the basis for theorem provers. There are however, very few entry level introductions to the theory of language constructs for dependently typed languages, and even less sources on didactical implementations. In this paper, we present a small dependently typed programming language called WebPie. The main features of the language are inductive types, recursion and case matching. While none of these features are new, we believe this article can provide a step forward towards the understanding and systematic construction of dependently typed languages for researchers new to dependent types.
Programming Languages,Logic in Computer Science,Symbolic Computation
What problem does this paper attempt to address?