Note [Rewrite rules ignore multiplicities in FunTy]
Consider the following (higher-order) rule:
m :: Bool -> Bool -> Bool
{-# RULES "m" forall f. m (f True) = f # References 0
This Note does not link to any other.
Referenced by 5
- GHC.Core.Unify call site ×4
- Respecting multiplicity when comparing types GHC.Core.TyCo.Compare