X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=src%2FPretty.hs;h=84f9406bcd6187046442c9acddd1723f598f87d3;hp=360bd4c1b8a4ded3875972f8a30c195284051c5e;hb=b374bc7cc9ab43efbe659f681938ae2c54d01fc8;hpb=15e7cd1fba0dc7ebbdd517154d64e4d7fe3750e1 diff --git a/src/Pretty.hs b/src/Pretty.hs index 360bd4c..84f9406 100644 --- a/src/Pretty.hs +++ b/src/Pretty.hs @@ -7,7 +7,7 @@ -- way. The 'pretty_print' function then prints the result of -- 'pretty_show' by default. -- -module Pretty +module Pretty ( Pretty(..) ) where import Text.Parsec ( ParseError )