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.
Being able to putStrLn $ show a
would come in really handy. Essentially it'll be something like:
show = print X.show
I think.