cdepillabout/pretty-simple

add pPrintString function

cdepillabout opened this issue · 2 comments

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.

I'd like to work on this :)

@sureyeaah Thanks! Please go ahead!