Daniel Selsam
|
0118c47117
|
refactor: separate pp.funBinderTypes and pp.piBinderTypes
|
2021-08-09 16:13:40 +02:00 |
|
Daniel Selsam
|
89364b802b
|
feat: top-down heuristic delaboration
|
2021-08-03 09:13:18 +02:00 |
|
Leonardo de Moura
|
90a79a0b06
|
chore: remove command universes
Now, `universe` may declare many universes. The goal is to make it
consistent with the `variable` command
|
2021-06-29 17:01:07 -07:00 |
|
Sebastian Ullrich
|
a3a8d76e96
|
chore: move pp_options.cpp to Lean
|
2021-01-27 14:16:12 +01:00 |
|
Leonardo de Moura
|
db9e390b4d
|
chore: remove new_frontend from tests
|
2020-10-25 09:16:38 -07:00 |
|
Leonardo de Moura
|
49c5c5c08a
|
fix: horrible error message due to constApprox := true
The new test `typeMismatch.lean` contains two examples where the error
message was dreadful.
|
2020-09-29 07:54:48 -07:00 |
|
Leonardo de Moura
|
b02cda0408
|
chore: move more tests to new frontend
|
2020-09-11 15:31:14 -07:00 |
|
Leonardo de Moura
|
ebc0663b3f
|
chore: fix tests
|
2020-05-12 15:02:03 -07:00 |
|
Leonardo de Moura
|
9d37f53d83
|
fix(tests/lean/run/new_compiler): broken test
|
2019-08-16 09:46:44 -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
|
53c946a305
|
chore(tests/lean): fix tests
|
2019-07-08 22:11:19 -07:00 |
|
Leonardo de Moura
|
8944767f6c
|
chore(frontends/lean): Π ==> ∀
|
2019-07-07 08:13:40 -07: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
|
aadb07d5e4
|
chore(tests/lean): remove/fix tests
|
2019-06-07 09:56:11 -07:00 |
|
Leonardo de Moura
|
7bb015c6b3
|
chore(tests/lean): fix more tests
|
2019-03-21 15:11:05 -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
|
189b037358
|
chore(tests/lean/run/new_compiler): fix test
|
2018-10-31 13:25:01 -07:00 |
|
Leonardo de Moura
|
aff6d58659
|
chore(tests/lean/run/new_compiler): fix test
|
2018-10-10 18:38:18 -07:00 |
|
Leonardo de Moura
|
b3451fb682
|
perf(library/init/lean/parser/parsec): merge ok and ok_eps
|
2018-09-27 15:14:37 -07:00 |
|
Leonardo de Moura
|
017261960c
|
feat(library/compiler/csimp): add float_cases_on
|
2018-09-24 18:10:26 -07:00 |
|
Leonardo de Moura
|
52d1abf0bc
|
feat(library/compiler): add cse to new compiler stack
|
2018-09-14 17:48:18 -07:00 |
|
Leonardo de Moura
|
e8ab46619b
|
chore(tests/lean/run/new_compiler): fix test
|
2018-09-14 16:42:53 -07:00 |
|
Leonardo de Moura
|
7174d53820
|
feat(library/compiler/csimp): distribute application over cases
|
2018-09-14 15:14:40 -07:00 |
|
Leonardo de Moura
|
31a9a22641
|
test(tests/lean/run/new_compiler): add test
|
2018-09-14 13:35:41 -07:00 |
|
Leonardo de Moura
|
5ed05db261
|
test(tests/lean/run/new_compiler): add test for new compiler stack
|
2018-09-14 09:46:02 -07:00 |
|