Skip to content

[rfe] add pPrintCompact #98

@juhp

Description

@juhp

As originally mentioned in #93 it would be convenient if Text.Pretty.Simple provided:

pPrintCompact = 
  pPrintOpt CheckColorTty (defaultOutputOptionsDarkBg {outputOptionsCompact = True, 
                                                       outputOptionsCompactParens = True})

and I suppose correspondingly:

pPrintCompactLightBg = 
  pPrintOpt CheckColorTty (defaultOutputOptionsLightBg {outputOptionsCompact = True, 
                                                        outputOptionsCompactParens = True})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions