chore(library/data/real): update real.md

This commit is contained in:
Rob Lewis 2015-06-02 10:10:53 +10:00
parent f7dd85a935
commit 3749a8ad04

View file

@ -3,4 +3,6 @@ data.real
The real numbers.
* [basic](basic.lean) : the reals as a commutative ring
* [basic](basic.lean) : the reals as a commutative ring (constructive)
* [order](order.lean) : the reals as an ordered ring (constructive)
* [division](division.lean) : the reals as a discrete linear ordered field (classical)