From: simonmar Date: Wed, 24 Jul 2002 09:57:21 +0000 (+0000) Subject: [project @ 2002-07-24 09:57:21 by simonmar] X-Git-Tag: nhc98-1-18-release~931 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2758509dddb374ab7d90c32439e00e91376da0cc;p=haskell-directory.git [project @ 2002-07-24 09:57:21 by simonmar] tiny doc fixes --- diff --git a/Text/PrettyPrint/HughesPJ.hs b/Text/PrettyPrint/HughesPJ.hs index ba43d22..2a8fbac 100644 --- a/Text/PrettyPrint/HughesPJ.hs +++ b/Text/PrettyPrint/HughesPJ.hs @@ -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