lean4-htt/tests
Leonardo de Moura ed12b62e28 fix: InfoTree was missing information for (pseudo) match patterns such as x + 1.
This kind of pattern has to be reduced to a constructor, and the
`PatternWithRef` information was being lost in the process.
2022-04-23 12:08:59 -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 fix: InfoTree was missing information for (pseudo) match patterns such as x + 1. 2022-04-23 12:08:59 -07:00
pkg feat: support for user-defined simp attributes in the simp tactic. 2022-03-20 18:45:57 -07:00
playground feat: sum of monomials normal form by reflection 2022-04-22 18:51:48 -07:00
plugin
simpperf
.gitignore
common.sh