lean4-htt/tests/pkg/frontend
Rob23oba fad0e69cc7
fix: make name mangling unambiguous (#10727)
This PR fixes name mangling to be unambiguous / injective by adding `00`
for disambiguation where necessary. Additionally, the inverse function,
`Lean.Name.unmangle` has been added which can be used to unmangle a
mangled identifier. This unmangler has been added to demonstrate the
injectivity but also to allow unmangling identifiers e.g. for debugging
purposes.

Closes #10724
2025-10-23 07:18:07 +00:00
..
Frontend feat: lake: support plugins (#7001) 2025-02-14 04:57:31 +00:00
Frontend.lean
lakefile.lean
test.sh fix: make name mangling unambiguous (#10727) 2025-10-23 07:18:07 +00:00