From 2758509dddb374ab7d90c32439e00e91376da0cc Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 24 Jul 2002 09:57:21 +0000 Subject: [PATCH] [project @ 2002-07-24 09:57:21 by simonmar] tiny doc fixes --- Text/PrettyPrint/HughesPJ.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4