Note [Specialisation and overlapping instances]
Here is at tricky case (see a comment in MR !8916):
module A where
class C a where
meth :: a -> String
instance {-# OVERLAPPABLE # References 0
This Note does not link to any other.
Referenced by 1
- Specialising polymorphic dictionaries GHC.Core.Opt.Specialise