lean2/library/data/real
Leonardo de Moura 3b742c5d69 refactor(library/data/real/complete): use 'em' instead of 'decidable.em'
It is slightly faster since it avoids type class resolution.
It looks more readable too.
Note that em is not axiom anymore. It is a theorem based on choce.
2015-07-31 10:57:53 -07:00
..
basic.lean feat(library/data/real): add more theorems to reals 2015-07-31 08:28:36 -07:00
complete.lean refactor(library/data/real/complete): use 'em' instead of 'decidable.em' 2015-07-31 10:57:53 -07:00
default.lean feat(frontends/lean/elaborator): add "noncomputable theory" command, display "noncomputable" when printing definitions 2015-07-29 17:54:35 -07:00
division.lean feat(frontends/lean/elaborator): add "noncomputable theory" command, display "noncomputable" when printing definitions 2015-07-29 17:54:35 -07:00
order.lean chore(library): remove outdated comments 2015-07-31 08:37:24 -07:00
real.md chore(library/data/real): update md 2015-06-09 15:43:43 +10:00