Sebastian Ullrich
|
83450d4bd9
|
test: clean up binarytrees.lean
|
2023-01-19 14:44:20 +01: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 |
|
Jan Hrcek
|
2753822fe7
|
doc: fix typos
|
2021-03-07 15:06:02 +01:00 |
|
Sebastian Ullrich
|
7e521f0105
|
chore: remove remaining #lang lean4 in tests
|
2021-01-27 14:45:31 +01:00 |
|
Leonardo de Moura
|
36008271ea
|
feat: ensure no unassigned metavariables in the declaration header when type is explicitly provided
|
2021-01-11 16:40:14 -08:00 |
|
Leonardo de Moura
|
8cb1ff206c
|
chore: move tests to new frontend
|
2020-10-23 14:07:26 -07:00 |
|
Sebastian Ullrich
|
77cbaa752c
|
fix: Task: make reference and -j0 semantics eager, simplify
|
2020-09-14 17:57:33 +02:00 |
|
Sebastian Ullrich
|
8f67db0101
|
refactor: never implicitly ignore monadic results
Also change `do e; f` to desugar to `e *> f` so that it is affected as well
|
2020-04-23 11:09:59 -07:00 |
|
Leonardo de Moura
|
41949ee801
|
refactor: String.toNat ==> String.toNat? and String.toNat!
|
2020-03-23 14:29:48 -07:00 |
|
Leonardo de Moura
|
ed3c95f892
|
chore: fix tests
|
2019-10-27 18:29:51 -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 |
|
Sebastian Ullrich
|
11ba44ed8a
|
chore(tests/bench): fix syntax
|
2019-07-19 10:46:02 +02:00 |
|
Leonardo de Moura
|
745cc9902b
|
chore(tests/bench): fix tests
|
2019-07-03 08:37:40 -07:00 |
|
Sebastian Ullrich
|
c299e6c0e6
|
chore(tests): fix do syntax in tests
|
2019-06-30 13:04:34 +02:00 |
|
Sebastian Ullrich
|
9b9465d299
|
chore(tests/bench): move out from playground/
|
2019-05-29 16:33:50 +02:00 |
|