lean4-htt/tests
Leonardo de Moura 3342ba08d2 feat: implement let elaborators without using match_syntax
@Kha I had to do this because of the `ident` vs `Term.id` recurrent
issue. `match_syntax` fails if a `Term.id` is used at `Term.letIdDecl`
where an `ident` is expected.
We should try to remove `Term.id` in the future.
2020-08-17 09:27:54 -07:00
..
bench chore: measure maxrss in benchmarks 2020-07-21 14:47:22 +02:00
compiler feat: implement let elaborators without using match_syntax 2020-08-17 09:27:54 -07:00
elabissues chore: fix syntax 2020-05-21 09:57:35 -07:00
ir chore(tests): fix do syntax in tests 2019-06-30 13:04:34 +02:00
lean test: match-expression 2020-08-16 15:50:22 -07:00
playground test: final webserver demo 2020-06-25 10:48:38 +02:00
plugin chore: remove comment from Linter 2020-06-17 21:28:03 -07:00
.gitignore chore: move bin/ and .oleans into build directory 2020-05-14 14:47:54 +02:00
common.sh test: do not ignore whitespace in diff 2020-08-06 09:26:48 -07:00