Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/proost-assistant/ProostLean

An reimplementation of the Proost proof-assistant written in Lean 4
https://github.com/proost-assistant/ProostLean

functional-programming lean4 programming-language proof-assistant type-theory

Last synced: about 1 month ago
JSON representation

An reimplementation of the Proost proof-assistant written in Lean 4

Awesome Lists containing this project

README

        

# Proost

A reimplementation of the Proost proof-assistant written in Lean 4

The goal of this project is mainly to both get more familiar with writing functional code in Lean, as well as allowing me to experiment on features that could then be implemented in Proost.

In it's objective of being as efficient as possible, Proost's implementation has become quite tedious to work with. Implementing things here first allows me to experiment at a faster pace than on the Rust repo.