Skip to content
  • Simon Peyton Jones's avatar
    Expose compulsory unfoldings always · 3a259092
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    The unsafeCoerce# patch requires that unsafeCoerce# has
    a compulsory unfolding that is always available.  So we have
    to be careful to expose compulsory unfoldings unconditionally
    and consistently.
    
    We didn't get this quite right: #17871.  This patch fixes
    it.  No real surprises here.
    
    See Note [Always expose compulsory unfoldings] in GHC.Iface.Tidy
    3a259092