Forked from
Glasgow Haskell Compiler / GHC
250 commits behind, 1 commit ahead of the upstream repository.
Javran Cheng
authored
One might further need `FlexibleInstances` in addition to `TypeSynonymInstances` after type synonym expansion. Perform a bit extra checking to suggest `FlexibleInstances` instead, which would also imply `TypeSynonymInstances`. Fixes #24649