DanGrayson / checker

an attempt at making a prototype proof checker for experimental purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-*- coding: utf-8; fill-column: 87; mode: text; mode: auto-fill -*-

An attempt at making a toy proof checker for experimental purposes

This program encodes the type system TS developed in the paper "A universe
polymorphic type system", by Vladimir Voevodsky, the version dated October,
2012, and attempts to make a toy prototype proof assistant based on it.

Thanks to:

    Vladimir Voevodsky                  for TS and Univalence

    Andrej Bauer                        for advice about coding and
				        suggesting Logical Frameworks (LF) as the
				        way to go

    Bob Harper and Dan Licata           for explaining LF in an intuitive way

    Bob Harper and Christopher Stone    for the type checking algorithms used here

About

an attempt at making a prototype proof checker for experimental purposes


Languages

Language:OCaml 65.5%Language:TeX 13.9%Language:TypeScript 13.9%Language:Standard ML 2.3%Language:Coq 1.6%Language:Shell 1.2%Language:Emacs Lisp 1.0%Language:Makefile 0.6%