doc: add Examples section

This commit is contained in:
Leonardo de Moura 2022-03-22 16:35:14 -07:00
parent 412bc14fbe
commit 973b76a6e2
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,8 @@
# [Theorem Proving in Lean](https://leanprover.github.io/theorem_proving_in_lean4/title_page.html)
# [Examples](./examples.md)
# Language Manual
<!-- - [Using Lean](./using_lean.md) -->
<!-- - [Lexical Structure](./lexical_structure.md) -->

4
doc/examples.md Normal file
View file

@ -0,0 +1,4 @@
Examples
========
- [The Well-Typed Interpreter](./doc/examples/interp.lean)