Skip to content

gebner/trepplein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c704ffe · Mar 13, 2022

History

87 Commits
May 6, 2021
May 6, 2021
Mar 13, 2022
Mar 2, 2021
Jul 29, 2017
Mar 19, 2017
Mar 13, 2022

Repository files navigation

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.