title says it all. i’m looking for a way to get the symbol hierarchy of the standard library, for API documentation generation purposes. The basic use case is to determine if an identifier-path like
T.Scalar where T:SIMD
refers to a standard library symbol or not (in this case, SIMDStorage.Scalar)