Forked from
Glasgow Haskell Compiler / GHC
6135 commits behind, 1 commit ahead of the upstream repository.
sheaf
authored
The fix for #23664 did not correctly account for non-symbolic names when looking up children of a given parent. This one-line fix changes that. Fixes #24037