Syntax and Typing for Cedille Core

Aaron Stump
DOI: https://doi.org/10.48550/arXiv.1811.01318
2018-11-04
Abstract:This document specifies a core version of the type theory implemented in the Cedille tool. Cedille is a language for dependently typed programming and computer-checked proof. Cedille can elaborate source programs down to Cedille Core, which can be checked in a straightforward way by a small checker (a reference implementation included with Cedille is under 1000 lines of Haskell). Other tools could also target Cedille Core as an expressive backend type theory. The document describes syntax and typing rules for Cedille Core.
Logic in Computer Science,Programming Languages
What problem does this paper attempt to address?