X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FParserCombinators%2FParsec.hs;h=28937cdcc0df300608df5c79ec6817a05649fe12;hb=810d9b3d5b5f0c803903ffec6a2f35ab7cbefcb2;hp=76a4de9607c4fe3998360e1c32356d3a3106400a;hpb=792c0b584d78fdab6834553b79f9b5d445ae80e6;p=ghc-base.git 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