doc: add Examples section
This commit is contained in:
parent
412bc14fbe
commit
973b76a6e2
2 changed files with 6 additions and 0 deletions
|
|
@ -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
4
doc/examples.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Examples
|
||||
========
|
||||
|
||||
- [The Well-Typed Interpreter](./doc/examples/interp.lean)
|
||||
Loading…
Add table
Reference in a new issue