Wolfgang Jeltsch pushed to branch wip/jeltsch/textual-bytecode-output at Glasgow Haskell Compiler / GHC
Commits:
-
32621828
by Wolfgang Jeltsch at 2026-07-10T18:01:00+03:00
1 changed file:
Changes:
| ... | ... | @@ -328,7 +328,7 @@ pprSrcSpan = entry (text "source span:") . ppr . unBinSrcSpan |
| 328 | 328 | |
| 329 | 329 | -- | […]
|
| 330 | 330 | pprDeclarationPath :: [String] -> SDoc
|
| 331 | -pprDeclarationPath = entry (text "declaration path:") . vcat . map text
|
|
| 331 | +pprDeclarationPath = entry (text "declaration path:") . hsep . map text
|
|
| 332 | 332 | |
| 333 | 333 | -- | […]
|
| 334 | 334 | pprFreeVariables :: [OccName] -> SDoc
|