ghc-lib-0.20190423: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

PprBase

Synopsis

Documentation

pprBytes :: ByteString -> SDoc Source #

Pretty print binary data.

Use either the ".string" directive or a ".incbin" directive. See Note [Embedding large binary blobs]

A NULL byte is added after the binary data.