[project @ 2002-07-24 09:57:21 by simonmar]
authorsimonmar <unknown>
Wed, 24 Jul 2002 09:57:21 +0000 (09:57 +0000)
committersimonmar <unknown>
Wed, 24 Jul 2002 09:57:21 +0000 (09:57 +0000)
tiny doc fixes

Text/PrettyPrint/HughesPJ.hs

index ba43d22..2a8fbac 100644 (file)
@@ -257,9 +257,9 @@ doubleQuotes :: Doc -> Doc; -- ^ Wrap document in @\"...\"@
 -- Combining @Doc@ values
 
 (<>)   :: Doc -> Doc -> Doc;     -- ^Beside
-hcat   :: [Doc] -> Doc;          -- ^List version of '\<>'
+hcat   :: [Doc] -> Doc;          -- ^List version of '<>'
 (<+>)  :: Doc -> Doc -> Doc;     -- ^Beside, separated by space
-hsep   :: [Doc] -> Doc;          -- ^List version of '\<+>'
+hsep   :: [Doc] -> Doc;          -- ^List version of '<+>'
 
 ($$)   :: Doc -> Doc -> Doc;     -- ^Above; if there is no
                                 -- overlap it \"dovetails\" the two