lean2/library/data
Leonardo de Moura 0f2c0b6512 feat(library/data/real/basic): replace 'have ... [visible]' with 'assert ...'
Remove comments about "sorry"s. Mario has fixed all of them.
2015-07-24 10:07:16 -07:00
..
examples refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
finset feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
fintype feat(frontends/lean): allow anonymous 'have'-expressions in tactic mode 2015-07-23 18:52:59 -07:00
int feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
list feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
nat feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
quotient feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
rat feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
real feat(library/data/real/basic): replace 'have ... [visible]' with 'assert ...' 2015-07-24 10:07:16 -07:00
set refactor(library): rename iff.mp' to iff.mpr 2015-07-18 08:52:58 -05:00
bool.lean refactor(library/data): cleanup proofs using new features 2015-07-21 09:57:10 -07:00
countable.lean refactor(library/algebra/function): move function.lean to init folder 2015-07-06 07:29:56 -07:00
data.md chore(library/data): update data.md 2015-06-25 17:30:12 -07:00
default.lean refactor(library/*): do various renamings 2015-05-25 16:50:42 -07:00
empty.lean feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
encodable.lean refactor(library): use new 'suppose'-expression 2015-07-19 21:15:20 -07:00
equiv.lean feat(frontends/lean): add '[congr]' attribute 2015-07-22 17:21:47 -07:00
fin.lean feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
hlist.lean feat(frontends/lean): allow anonymous 'have'-expressions in tactic mode 2015-07-23 18:52:59 -07:00
num.lean refactor(library/data): cleanup proofs using new features 2015-07-21 09:57:10 -07:00
option.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
pnat.lean feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
prod.lean refactor(library): use new 'suppose'-expression 2015-07-19 21:15:20 -07:00
sigma.lean refactor(library/*): do various renamings 2015-05-25 16:50:42 -07:00
squash.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
stream.lean refactor(library/data): cleanup proofs using new features 2015-07-21 09:57:10 -07:00
string.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
subtype.lean feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
sum.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
unit.lean refactor(library/*): do various renamings 2015-05-25 16:50:42 -07:00
uprod.lean refactor(library/algebra/function): move function.lean to init folder 2015-07-06 07:29:56 -07:00
vec.lean refactor(library/algebra/function): move function.lean to init folder 2015-07-06 07:29:56 -07:00
vector.lean feat(library/data/vector): add helper lemmas for proving v == w when v and w are vectors 2015-07-20 11:59:03 -07:00