Skip to content

document how to use pretty-simple as default ghci printer #108

@nasosev

Description

@nasosev

I have pretty-simple set as the default printer for my project by putting the following in my .ghci file at the root of the project:

:set -ignore-package pretty-simple -package pretty-simple
:def! pretty \ _ -> pure ":set -interactive-print Text.Pretty.Simple.pPrint"
:pretty

How can I also enable the compact output option for the default printer?

Thanks a lot.

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