Similar to
pShow, but the first argument is a
String
representing a data type that has already been
showed.
This will work on any
String that is similar to a Haskell data
type. The only requirement is that the strings are quoted, and braces,
parentheses, and brackets are correctly used to represent indentation.
For example,
pString will correctly pretty-print JSON.
This function is for printing to a dark background.
See
pStringNoColor for an example of how to use this function.