lean4-htt/src/Lean/Server/Rpc
Kyle Miller d3f7ed434b
fix: automatic instance names about types with hygienic names should be hygienic (#5530)
Macros sometimes create auxiliary types and instances about them, and
they rely on the instance name generate to create unique names in that
case.

This modifies the automatic name generator to add a fresh macro scope to
the generated name if any of the constants in the type of the instance
themselves have macro scopes.

Closes #2044
2024-09-30 16:06:36 +00:00
..
Basic.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Deriving.lean fix: automatic instance names about types with hygienic names should be hygienic (#5530) 2024-09-30 16:06:36 +00:00
RequestHandling.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00