Sebastian Ullrich
|
7e521f0105
|
chore: remove remaining #lang lean4 in tests
|
2021-01-27 14:45:31 +01:00 |
|
Leonardo de Moura
|
8cb1ff206c
|
chore: move tests to new frontend
|
2020-10-23 14:07:26 -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
|
40943f84f3
|
chore(tests): fix tests
|
2019-07-17 10:46:35 -07:00 |
|
Leonardo de Moura
|
e71249f6b3
|
chore(tests): fix tests
|
2019-03-27 14:06:23 -07:00 |
|
Sebastian Ullrich
|
f34d37c371
|
chore(tests): port tests, fix at least compiler tests
|
2019-03-21 15:11:05 -07:00 |
|
Leonardo de Moura
|
6d0ec3a8c9
|
refactor(library/init/io): implement io monad using estate monad
|
2019-03-16 15:34:58 -07:00 |
|
Leonardo de Moura
|
542bd432f8
|
test(tests/compiler): uint constant folding tests
|
2019-02-15 14:53:29 -08:00 |
|