Leonardo de Moura
|
19051d9a0d
|
chore(library/init/lean/localcontext): export as C functions
|
2019-08-16 19:49:17 -07:00 |
|
Leonardo de Moura
|
d00019f57e
|
chore(library/init): fix whitspaces before =>
|
2019-08-09 09:13:49 -07:00 |
|
Leonardo de Moura
|
4d913370a7
|
chore(library/init): eliminate whitespaces using another patch script
|
2019-08-09 09:01:39 -07:00 |
|
Sebastian Ullrich
|
3ed67138d5
|
chore(*): update equation syntax in files and old parser
for f in ../../**/*.lean; do echo $f; ./patch.lean.out $f > tmp && cat tmp > $f; done
|
2019-08-09 11:11:34 +02:00 |
|
Leonardo de Moura
|
c9fa63edad
|
feat(library/init/lean/localcontext): add LocalContext.mfor
|
2019-08-07 11:39:51 -07:00 |
|
Leonardo de Moura
|
7a2ac23497
|
chore(library/init/lean/localcontext): export functions
|
2019-08-06 18:14:03 -07:00 |
|
Leonardo de Moura
|
1d597d462d
|
chore(library/init/lean): minor
|
2019-08-06 17:55:09 -07:00 |
|
Leonardo de Moura
|
fb5fb03f00
|
feat(library/init/lean/localcontext): add isSubPrefixOf
|
2019-08-05 09:44:20 -07:00 |
|
Leonardo de Moura
|
142063fee4
|
feat(library/init/lean/localcontext): add getUnusedName
|
2019-08-04 13:14:22 -07:00 |
|
Leonardo de Moura
|
2a914d99dd
|
feat(library/init/lean/localcontext): missing functions
|
2019-08-04 13:01:01 -07:00 |
|
Leonardo de Moura
|
c1e36fbaec
|
feat(library/init/lean/localcontext): add erase and pop
|
2019-08-04 11:58:53 -07:00 |
|
Leonardo de Moura
|
f55a00a022
|
feat(library/init/lean): add LocalContext
|
2019-08-04 09:29:05 -07:00 |
|