lean4-htt/tests
ammkrn 102e957bb5 feat: support proofs in deriving DecidableEq
The derive handler for `DecidableEq` does not currently support proofs
in constructor arguments/structure fields. For example, deriving
`DecidableEq` for `Fin n` will fail, because of the field `isLt`. This
change checks whether the elements being tested are proofs, and if so,
changes the equality proof to just `rfl`.
2022-05-30 07:36:30 -07:00
..
bench chore: update benchmark suite 2022-05-25 18:26:36 +02:00
compiler fix: compiled string literals containing null bytes 2022-05-17 09:24:34 -07:00
elabissues chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
ir
lean feat: support proofs in deriving DecidableEq 2022-05-30 07:36:30 -07:00
pkg fix: make sure register_simp_attr declares an simp-like attribute parser for user simp attributes 2022-05-26 19:49:33 -07:00
playground feat: sum of monomials normal form by reflection 2022-04-22 18:51:48 -07:00
plugin
simpperf
.gitignore
common.sh