@hackage unicode-show0.1.1.1
print and show in unicode
Categories
License
BSD-3-Clause
Maintainer
igrep@n.email.ne.jp
Links
Versions
Installation
Dependencies (3)
- base >=4.8.1.0 && <5
- safe >=0.3.5
- transformers >=0.4.0.0 Show all…
Dependents (10)
@hackage/swarm, @hackage/hindent, @hackage/debug-trace-var, @hackage/tagstew, @hackage/simple-expr, @hackage/egison, Show all…
This package provides variants of show and print functions that does not escape non-ascii characters.
See README for usage.
Run ghci with -interactive-print flag to print unicode characters. See Using a custom interactive printing function section in the GHC manual.