Jaro Reinders pushed to branch wip/reduce-type-in-stg at Glasgow Haskell Compiler / GHC Commits: f339f70c by Jaro Reinders at 2026-04-22T12:56:57+02:00 Remove EOL whitespace - - - - - 1 changed file: - compiler/GHC/Types/RepType.hs Changes: ===================================== compiler/GHC/Types/RepType.hs ===================================== @@ -571,7 +571,7 @@ typePrimRep ty = let ki = typeKind ty in case kindPrimRep_maybe ki of Just reps -> reps - Nothing -> + Nothing -> pprPanic "typePrimRep" (ppr ty <+> dcolon <+> ppr ki) -- | Discovers the primitive representation of a 'Type'. Returns View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f339f70c0e22e90bb51ee43325e1f95d... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f339f70c0e22e90bb51ee43325e1f95d... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Jaro Reinders (@jaro)