unescaping-print: Tiny package providing unescaping versions of show and print
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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).
[Skip to Readme]
Properties
Versions | 0.1, 0.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.10 && <4.12) [details] |
License | BSD-3-Clause |
Author | Vitaly Bragilevsky |
Maintainer | Vitaly Bragilevsky <vit.bragilevsky@gmail.com> |
Category | Text |
Home page | https://github.com/bravit/unescaping-print#readme |
Bug tracker | https://github.com/bravit/unescaping-print/issues |
Source repo | head: git clone https://github.com/bravit/unescaping-print |
Uploaded | by bravit at 2018-09-23T23:48:34Z |
Modules
[Index] [Quick Jump]
Downloads
- unescaping-print-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees