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
|
a02443d23d
|
chore(frontends/lean): fun x, e ==> fun x => e
|
2019-07-02 13:22:11 -07:00 |
|
Sebastian Ullrich
|
c299e6c0e6
|
chore(tests): fix do syntax in tests
|
2019-06-30 13:04:34 +02:00 |
|
Leonardo de Moura
|
c57731f8c6
|
chore(tests/compiler/rbmap): fix test
|
2019-05-13 12:30:01 -07:00 |
|
Leonardo de Moura
|
ac747c5f6e
|
feat(library/init/data/rbmap): add erase
|
2019-05-04 15:58:30 -07:00 |
|