Jaro Reinders pushed to branch wip/reduce-type-in-stg at Glasgow Haskell Compiler / GHC Commits: e12a62a3 by Jaro Reinders at 2026-04-22T11:54:23+02:00 One more thing - - - - - 1 changed file: - compiler/GHC/StgToJS/Expr.hs Changes: ===================================== compiler/GHC/StgToJS/Expr.hs ===================================== @@ -338,12 +338,6 @@ genBody ctx startReg args e kind = do return $ la <> lav <> e <> returnStack --- TODO: move to a proper place -stgKindPrimRep :: StgKind -> [PrimRep] -stgKindPrimRep (MkStgKind kind) = case kindPrimRep_maybe kind of - Just rs -> rs - r -> pprPanic "stgKindPrimRep" (ppr r) - -- | Find the result type after applying the function to the arguments -- -- It's trickier than it looks because: View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e12a62a36288e885611d1b9be73bc491... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e12a62a36288e885611d1b9be73bc491... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Jaro Reinders (@jaro)