Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilyabizyaev/type-theory

Type Theory course homework (2019), ITMO University
https://github.com/ilyabizyaev/type-theory

haskell lambda-calculus type-theory

Last synced: 15 days ago
JSON representation

Type Theory course homework (2019), ITMO University

Awesome Lists containing this project

README

        

# Type Theory
Type Theory course homework (2019), ITMO University.

Implemented:
* Lambda expression parsing and display
* Lambda expression normalization, with normal order beta reduction (memoized)
* In_L, In_R, Case for algebraic types (sum types) in their formal definition

Technologies used:
* Haskell (Alex, Happy)
* C++, C, Pascal