fix(library/data/nat/nat.md): add 'find' to markdown file
This commit is contained in:
parent
3fc74c2ba8
commit
6355670ac4
1 changed files with 2 additions and 1 deletions
|
@ -10,4 +10,5 @@ The natural numbers.
|
|||
* [div](div.lean) : div and mod
|
||||
* [gcd](gcd.lean) : gcd, lcm, and coprime
|
||||
* [power](power.lean)
|
||||
* [bigops](bigops.lean) : finite sums and products
|
||||
* [bigops](bigops.lean) : finite sums and products
|
||||
* [find](find.lean) : search for a witness to an existence statement
|
Loading…
Reference in a new issue