ghc-8.10.3: The GHC API
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.