Wolfgang Jeltsch pushed to branch wip/jeltsch/textual-bytecode-output at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/ByteCode/Show.hs
    ... ... @@ -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