Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leanprover/theorem_proving_in_lean4

Theorem Proving in Lean 4
https://github.com/leanprover/theorem_proving_in_lean4

lean lean4

Last synced: 3 days ago
JSON representation

Theorem Proving in Lean 4

Awesome Lists containing this project

README

        

Theorem Proving in Lean 4
-----------------------

This manual is generated by [mdBook](https://github.com/rust-lang/mdBook). We are currently using a
[fork](https://github.com/leanprover/mdBook) of it for the following additional features:

* Add support for hiding lines in other languages [#1339](https://github.com/rust-lang/mdBook/pull/1339)
* Replace calling `rustdoc --test` from `mdbook test` with `./test`

To build this manual, first install the fork via
```bash
cargo install --git https://github.com/leanprover/mdBook mdbook
```
Then use e.g. [`mdbook watch`](https://rust-lang.github.io/mdBook/cli/watch.html) in the root folder:
```bash
mdbook watch --open # opens the output in `out/` in your default browser
```

Run `mdbook test` to test all `lean` code blocks.

## How to deploy

```
./deploy.sh
```