lean4-htt/tests/plugin
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
..
.gitignore chore: add .dSYM files (Mac debug symbols) to tests .gitignore files (#8771) 2025-06-13 15:27:46 +00:00
SnakeLinter.lean chore: fix tests 2024-03-13 21:15:48 -07:00
SnakeLinter.lean.expected.out chore: when a linter crashes, prefix its name (#4967) 2024-08-12 02:36:42 +00:00
test_single.sh fix: make name mangling unambiguous (#10727) 2025-10-23 07:18:07 +00:00