Skip to content

Apply a missing substitution in mkEtaWW (#16979)

Ryan Scott requested to merge RyanGlScott/ghc:wip/T16979 into master

The mkEtaWW case for newtypes forgot to apply the substitution to the newtype coercion, resulting in the Core Lint errors observed in #16979 (closed). Easily fixed.

Fixes #16979 (closed).

Merge request reports