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
1 changed file:
Changes:
| ... | ... | @@ -571,7 +571,7 @@ typePrimRep ty = |
| 571 | 571 | let ki = typeKind ty in
|
| 572 | 572 | case kindPrimRep_maybe ki of
|
| 573 | 573 | Just reps -> reps
|
| 574 | - Nothing ->
|
|
| 574 | + Nothing ->
|
|
| 575 | 575 | pprPanic "typePrimRep" (ppr ty <+> dcolon <+> ppr ki)
|
| 576 | 576 | |
| 577 | 577 | -- | Discovers the primitive representation of a 'Type'. Returns
|