]> gitweb.michael.orlitzky.com - dead/harbl.git/blobdiff - src/Pretty.hs
Restrict Pretty module exports/imports.
[dead/harbl.git] / src / Pretty.hs
index 360bd4c1b8a4ded3875972f8a30c195284051c5e..84f9406bcd6187046442c9acddd1723f598f87d3 100644 (file)
@@ -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 )