[Git][ghc/ghc][wip/T24464] Wibble
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 Wibble - - - - - 1 changed file: - compiler/GHC/HsToCore/Expr.hs Changes: ===================================== compiler/GHC/HsToCore/Expr.hs ===================================== @@ -482,7 +482,7 @@ dsExpr (HsStatic (_, whole_ty) expr@(L loc _)) static_rhs = mkCoreApps (Var make_static_id) [ Type ty, srcLoc, expr_ds ] - ; emitStaticBinding static_id static_rhs + ; emitStaticBind static_id static_rhs ; return (Var static_id) } View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5a4da0bb5460887faa1cd86421113c97... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5a4da0bb5460887faa1cd86421113c97... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)