whitten / swipl-tt

Implementation of dependent type theory in SWI-Prolog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type theory in SWI-Prolog

This project is meant to be an interactive tutorial on type theory, starting from the very basics. SWI-Prolog is used as an approximation of the natural deduction / sequent-calculus style systems that are typically used to formulate systems of type theory.

Run the examples:

> swipl -s STT/swipl_stt_tree_examples.pl

?- run.

About

Implementation of dependent type theory in SWI-Prolog

License:GNU General Public License v3.0


Languages

Language:Prolog 100.0%