fix(library/data/nat/nat.md): add 'find' to markdown file

This commit is contained in:
Jeremy Avigad 2015-07-27 06:26:07 +03:00 committed by Leonardo de Moura
parent 3fc74c2ba8
commit 6355670ac4

View file

@ -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