unescaping-print

Tiny package providing unescaping versions of show and print

https://github.com/bravit/unescaping-print#readme

Latest on Hackage:0.1@rev:4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Vitaly Bragilevsky
Maintained by Vitaly Bragilevsky

This package solves the problem of escaping all "non-printable" symbols by the standard show function. It provides the ushow and uprint functions which replace show and print from Prelude. The function uprint is intended to be used as custom printing function in GHCi (with the `-interactive-print` option).