Syntax and Typing for Cedille Core
Logic in Computer Science
2018-11-06 v1 Programming Languages
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.
Keywords
Cite
@article{arxiv.1811.01318,
title = {Syntax and Typing for Cedille Core},
author = {Aaron Stump},
journal= {arXiv preprint arXiv:1811.01318},
year = {2018}
}