Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6108 commits behind 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
694ec5b1
History