show package:ghc

Append a description of the given exception to this string.
Take a rich token stream such as produced from getRichTokenStream and return source code almost identical to the original code (except for insignificant whitespace.)
Show the tree that implements the map. The tree is shown in a compressed, hanging format.
The expression (showTreeWith hang wide map) shows the tree that implements the map. If hang is True, a hanging tree is shown otherwise a rotated tree is shown. If wide is True, an extra wide version is shown.
Show the tree that implements the set. The tree is shown in a compressed, hanging format.
The expression (showTreeWith hang wide map) shows the tree that implements the set. If hang is True, a hanging tree is shown otherwise a rotated tree is shown. If wide is True, an extra wide version is shown.
Show a SDoc as a String with the default user style
Allows caller to specify the NamePprCtx to use