Skip to content

Fix non-symbolic children lookup of fixity declaration

sheaf requested to merge sheaf/ghc:T24037 into master

The fix for #23664 (closed) did not correctly account for non-symbolic names when looking up children of a given parent. This one-line fix changes that. Fixes #24037 (closed).

Merge request reports