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
|
a02443d23d
|
chore(frontends/lean): fun x, e ==> fun x => e
|
2019-07-02 13:22:11 -07:00 |
|
Leonardo de Moura
|
f5725abb57
|
refactor(library/init/lean/environment): cleanup and improve
|
2019-05-10 15:54:29 -07:00 |
|
Leonardo de Moura
|
18aa7de408
|
feat(library/init/data): add ByteArray
|
2019-05-08 16:43:00 -07:00 |
|