siddhartha-gadgil / trepplein4

lean 4 typechecker in scala (based on Gabriel Ebner's trepplein)

Home Page:https://siddhartha-gadgil.github.io/trepplein4/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trepplein: a Lean type-checker

Lean is an interactive theorem prover based on dependent type theory. For additional trust, Lean can export the generated proofs so that they can be independently verified. Trepplein is a tool that can check these exported proofs.

Trepplein is written in Scala, and requires SBT to build.

sbt stage
./target/universal/stage/bin/trepplein .../export.out

Other checkers

  • tc, a type-checker written in Haskell.
  • leanchecker, a bare-bones version of the Lean kernel.

About

lean 4 typechecker in scala (based on Gabriel Ebner's trepplein)

https://siddhartha-gadgil.github.io/trepplein4/

License:Apache License 2.0


Languages

Language:Scala 100.0%