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
|
8a4bc188c2
|
feat(library/init/data): add BinomialHeap
|
2019-07-31 15:13:00 -07:00 |
|