Skip to content

A python implementation of Barendregt's pure type system.

Notifications You must be signed in to change notification settings

Trebor-Huang/pure-type-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

pure-type-system

A python implementation of Barendregt's pure type system.

Syntax

Used tuples to encode a syntax tree without ADT's in Python. De Bruijn indices are used throughout, except in generating string representations.

Typing Rules

See Barendregt's Lambda Calculi with Types.

About

A python implementation of Barendregt's pure type system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages