Simon Peyton Jones pushed to branch wip/T24464 at Glasgow Haskell Compiler / GHC
Commits:
-
5a4da0bb
by Simon Peyton Jones at 2025-10-20T23:09:06+01:00
1 changed file:
Changes:
| ... | ... | @@ -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 |