English

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}
}
R2 v1 2026-06-23T05:03:21.356Z