ppsh

Program to parse and pretty print arbitrary Haskell Show output

Install

All systems
curl cmd.cat/ppsh.sh
Debian Debian
apt-get install ppsh
Ubuntu
apt-get install ppsh
Arch Arch Linux
pacman -S ppsh
image/svg+xml Kali Linux
apt-get install ppsh
Fedora
dnf install ppsh
Windows (WSL2)
sudo apt-get update sudo apt-get install ppsh
Raspbian
apt-get install ppsh

ppsh

Program to parse and pretty print arbitrary Haskell Show output

The ppsh program takes the output of an arbitrary Haskell Show output on stdin and pretty prints it to stdout. It uses the library provided in the libghc-pretty-show-dev package to parse the input and pretty print the output.

ghc-pretty-show-devel

development files

haskell-pretty-show

Tools for working with derived `Show` instances and generic inspection of values.