8000 GitHub - kFo/reference: Reference manual for the Lean theorem prover
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kFo/reference

 
 

Repository files navigation

The Lean Reference Manual

Built using Sphinx and restructured text.

How to build

The build requires python 3 (install python3-venv on ubuntu).

make install-deps
make html
make latexpdf

The call to make install-deps is only required the first time, and only if you want to use the bundled version of Sphinx and Pygments with improved syntax highlighting for Lean.

How to test the Lean code snippets

make leantest

How to deploy

./deploy.sh leanprover reference

How to contribute

Pull requests with corrections are welcome. Please follow our commit conventions <https://github.com/leanprover/lean/blob/master/doc/commit_convention.md>. If you have questions about whether a change will be considered helpful, please contact Jeremy Avigad, avigad@cmu.edu.

About

Reference manual for the Lean theorem prover

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.2%
  • TeX 33.5%
  • Makefile 5.1%
  • Batchfile 4.4%
  • Shell 2.0%
  • HTML 1.8%
0