From: panne Date: Sat, 8 Jun 2002 14:14:08 +0000 (+0000) Subject: [project @ 2002-06-08 14:14:08 by panne] X-Git-Tag: nhc98-1-18-release~981 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=810d9b3d5b5f0c803903ffec6a2f35ab7cbefcb2;p=ghc-base.git [project @ 2002-06-08 14:14:08 by panne] Minor doc formatting improvement --- diff --git a/Text/ParserCombinators/Parsec.hs b/Text/ParserCombinators/Parsec.hs index 76a4de9..28937cd 100644 --- a/Text/ParserCombinators/Parsec.hs +++ b/Text/ParserCombinators/Parsec.hs @@ -8,10 +8,9 @@ -- Stability : provisional -- Portability : portable -- --- Parsec, the Fast Monadic Parser combinator library. --- +-- Parsec, the Fast Monadic Parser combinator library, see +-- . -- --- This helper module exports elements from the basic libraries. -- Inspired by: -- -- * Graham Hutton and Erik Meijer: @@ -24,6 +23,8 @@ -- Predictive parser combinators need four values to report errors. -- Journal of Functional Programming 6(2): 355-364, 1996 -- +-- This helper module exports elements from the basic libraries. +-- ----------------------------------------------------------------------------- module Text.ParserCombinators.Parsec