Simon Peyton Jones pushed to branch wip/T24464 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/HsToCore/Expr.hs
    ... ... @@ -482,7 +482,7 @@ dsExpr (HsStatic (_, whole_ty) expr@(L loc _))
    482 482
     
    
    483 483
                  static_rhs = mkCoreApps (Var make_static_id) [ Type ty, srcLoc, expr_ds ]
    
    484 484
     
    
    485
    -       ; emitStaticBinding static_id static_rhs
    
    485
    +       ; emitStaticBind static_id static_rhs
    
    486 486
     
    
    487 487
            ; return (Var static_id) }
    
    488 488