X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=src%2FPretty.hs;h=14911246c8cd801a7f38b16aaef7a672e4c30bba;hp=91158065ff717ddc71bc2b909c25ee422de49e7d;hb=80b389fd4d76bc8b2cb5dfad0f066fd7a838bdfb;hpb=476eee96bdc3a85449769a556852f2737614572f diff --git a/src/Pretty.hs b/src/Pretty.hs index 9115806..1491124 100644 --- a/src/Pretty.hs +++ b/src/Pretty.hs @@ -33,7 +33,7 @@ instance (Pretty a) => Pretty [a] where -- them too. -- instance (Pretty a, Pretty b) => Pretty (a,b) where - pretty_show (x,y) = show $ (pretty_show x, pretty_show y) + pretty_show (x,y) = show (pretty_show x, pretty_show y)