Note [Free tyvars on rule LHS]

GHC/Tc/Zonk/Type.hs:1711 compiler

Consider
  data T a = C

  foo :: T a -> Int
  foo C = 1

  {-# RULES "myrule"  foo C = 1 #

References 0

This Note does not link to any other.

Referenced by 7