Note [Getting the map/coerce RULE to work]
We wish to allow the "map/coerce" RULE to fire:
{-# RULES "map/coerce" map coerce = coerce # References 0
This Note does not link to any other.
Referenced by 6
- GHC.Core.SimpleOpt call site ×3
- Casts in the template GHC.Core.Rules
- Desugaring coerce as cast GHC.HsToCore
- GHC.Types.Id.Make call site