[project @ 2002-06-08 14:14:08 by panne]
authorpanne <unknown>
Sat, 8 Jun 2002 14:14:08 +0000 (14:14 +0000)
committerpanne <unknown>
Sat, 8 Jun 2002 14:14:08 +0000 (14:14 +0000)
Minor doc formatting improvement

Text/ParserCombinators/Parsec.hs

index 76a4de9..28937cd 100644 (file)
@@ -8,10 +8,9 @@
 -- Stability   :  provisional
 -- Portability :  portable
 --
--- Parsec, the Fast Monadic Parser combinator library. 
--- <http://www.cs.uu.nl/people/daan/parsec.html>
+-- Parsec, the Fast Monadic Parser combinator library, see
+-- <http://www.cs.uu.nl/people/daan/parsec.html>.
 --
--- 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