From 810d9b3d5b5f0c803903ffec6a2f35ab7cbefcb2 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 8 Jun 2002 14:14:08 +0000 Subject: [PATCH] [project @ 2002-06-08 14:14:08 by panne] Minor doc formatting improvement --- Text/ParserCombinators/Parsec.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 1.7.10.4