Skip to content

Add a replacement for `show`

Being able to putStrLn $ show a would come in really handy. Essentially it'll be something like:

show = print X.show

I think.