lean4-htt/tests
Yuri de Wit c98b3a5388 fix: add local Hashable instance (fixes #1737)
When inductives are indirectly mutually recursive, say `inductive T | t
(args: List T)` instead of `inductive T | t (arg : T)`, Lean would fail
to find an instance of Hashable for `T` because it was not yet defined.

This commit makes sure that the deriving handler adds a needed Hashable T
instance to the local scope so that Hashable.hash can be resolved
recursively.
2022-10-23 21:26:04 +02:00
..
bench test: benchmark workspace symbols search 2022-10-13 21:41:58 +02:00
compiler chore: snake-case attributes (part 1) 2022-10-19 09:28:08 -07:00
elabissues
ir
lean fix: add local Hashable instance (fixes #1737) 2022-10-23 21:26:04 +02:00
pkg chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
playground chore: snake-case attributes (part 1) 2022-10-19 09:28:08 -07:00
plugin
simpperf
.gitignore
common.sh