
Hello Haskellers, I'm trying to take over the unicode-show http://hackage.haskell.org/package/unicode-show package, whose author Takayuki Muranushi died about a year ago [1]. We Japanese (and perhaps non-alphabet writers) are often annoyed by the result of the show function, which converts various characters into non-human-readable strings. The unicode-show package solves the problem, and I'm going to introduce the package in an educational content I'm creating to help Japanese Haskell newbies. Thanks to the simple structure, there is nothing to maintain (unfortunately except hard one). It works even on GHC 8.4. [1]: (In Japanese) http://www.asj.or.jp/tennet/archives/msg07622.html -- 山本悠滋 twitter: @igrep GitHub: https://github.com/igrep GitLab: https://gitlab.com/igrep Facebook: http://www.facebook.com/igrep Google+: https://plus.google.com/u/0/+YujiYamamoto_igrep