[project @ 2003-07-31 10:48:50 by panne]
[ghc-base.git] / Text / ParserCombinators / Parsec.hs
index 76a4de9..a9ef347 100644 (file)
@@ -8,22 +8,23 @@
 -- 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:
 --   Monadic Parser Combinators.
 --   Technical report NOTTCS-TR-96-4. 
 --   Department of Computer Science, University of Nottingham, 1996. 
---   <http://www.cs.nott.ac.uk/Department/Staff/gmh/monparsing.ps>
+--   <http://www.cs.nott.ac.uk/~gmh/monparsing.ps>
 --
 -- * Andrew Partridge, David Wright: 
 --   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