* Don't use `AnyKeyPath.debugDescription` due to crash
SE-0369's implementation unfortunately has a crash related to dynamic
member lookup, so we should revert our reliance on it till the bug is
fixed.
See https://github.com/apple/swift/issues/64865 for more info.
* wip
* wip
* wip
* Fix regression in `typeName` output
The regular expression that strips excessive info from type names was
refactored in #73 to fix some bugs that were discovered, but this change
caused a regression in some nested types.
* fix
* wip