summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.lhs
diff options
context:
space:
mode:
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>2006-09-20 16:58:51 +0000
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>2006-09-20 16:58:51 +0000
commit44ba24dc84d271ca9bd5ab5060cb63ed87f585e3 (patch)
treece3cf7ea8f2ec9eb42bff4fbc246fe9bee95dd7e /compiler/utils/Outputable.lhs
parente6e3c778b0723dd98842f223576dbef4d8ec57a1 (diff)
downloadhaskell-44ba24dc84d271ca9bd5ab5060cb63ed87f585e3.tar.gz
some bug-fixes, newtype deriving might work now
Mon Sep 18 14:33:01 EDT 2006 Manuel M T Chakravarty <chak@cse.unsw.edu.au> * some bug-fixes, newtype deriving might work now Sat Aug 5 21:29:28 EDT 2006 Manuel M T Chakravarty <chak@cse.unsw.edu.au> * some bug-fixes, newtype deriving might work now Tue Jul 11 12:16:13 EDT 2006 kevind@bu.edu
Diffstat (limited to 'compiler/utils/Outputable.lhs')
-rw-r--r--compiler/utils/Outputable.lhs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/Outputable.lhs b/compiler/utils/Outputable.lhs
index 52262ec02e..30960dc817 100644
--- a/compiler/utils/Outputable.lhs
+++ b/compiler/utils/Outputable.lhs
@@ -76,6 +76,7 @@ import Char ( ord )
%************************************************************************
\begin{code}
+
data PprStyle
= PprUser PrintUnqualified Depth
-- Pretty-print in a way that will make sense to the