Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6365 commits behind, 1 commit ahead of the upstream repository.
sheaf's avatar
sheaf authored
We used to bundle all children of the parent Avail with things that
aren't the parent, e.g. with

  class C a where
    type T a
    meth :: ..

we would bundle the whole Avail (C, T, meth) with all of C, T and meth,
instead of only with C.

Avoiding this fixes #23570
624d9275
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.