saik2121 / lean

Lean Theorem Prover

Home Page:http://leanprover-community.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

LicenseContinuous integrationChat
github actions Bors enabled Join the Zulip chat

About

Installation

The recommended way to install Lean is following these instructions under Regular install.

If you just want to modify the core library (not the C++ source), you can run (in your local lean/ directory)

git checkout v3.xx.x
git checkout -b my-branch-name
elan override set leanprover-community-lean-3.xx.x

You can now build the core library with lean --make library or open any Lean file is VSCode / Emacs and it will use the version of Lean you specified. You might have to restart Lean (in VScode: ctrl+shift+P Lean: Restart). Warning: editor features, like Go to Definition will not behave correctly with this setup. For the best experience, build Lean from source.

Stable binary releases of Lean are available on the release page. Nightly binary releases are available on the nightly release page. For building Lean from source, see the build instructions.

Miscellaneous

About

Lean Theorem Prover

http://leanprover-community.github.io/

License:Apache License 2.0


Languages

Language:C++ 74.1%Language:Lean 23.9%Language:CMake 1.0%Language:Shell 0.4%Language:Python 0.3%Language:TeX 0.2%Language:C 0.1%Language:Perl 0.1%Language:HTML 0.0%Language:Batchfile 0.0%Language:Roff 0.0%