lean4-htt/tests
Leonardo de Moura 4848ad4869 feat: implement autoUnfold at simp
Right now, it only supports the following kind of definitions
- Recursive definitions that support smart unfolding.
- Non-recursive definitions where the body is a match-expression. This
kind of definition is only unfolded if the match can be reduced.
2022-04-18 16:51:52 -07:00
..
bench chore: remove {} from ctor parser 2022-04-13 08:47:21 -07:00
compiler refactor: make String.Pos opaque 2022-03-20 10:47:13 -07:00
elabissues chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
ir
lean feat: implement autoUnfold at simp 2022-04-18 16:51:52 -07:00
pkg feat: support for user-defined simp attributes in the simp tactic. 2022-03-20 18:45:57 -07:00
playground chore: update test 2022-04-18 11:56:46 -07:00
plugin
simpperf
.gitignore
common.sh