Skip to content

add pPrintString function #53

@cdepillabout

Description

@cdepillabout

Often I want a function like the following:

pPrintString :: MonadIO m => String -> m ()

This would be similar to pPrint and pString.

pPrint actually prints out something Showable to the console, while pString takes a haskell datatype that has been showed and pretty prints it to a Text.

pPrintString would take a Haskell datatype that has already been showed and pretty prints it to the screen.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions