Skip to content
Snippets Groups Projects
Commit d24f02f1 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Mention @jwiegley's `parsec-free` package as debugging alternative

re #63
parent 98242343
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,11 @@ module Text.Parsec ...@@ -83,6 +83,11 @@ module Text.Parsec
, incSourceLine, incSourceColumn , incSourceLine, incSourceColumn
, setSourceLine, setSourceColumn, setSourceName , setSourceLine, setSourceColumn, setSourceName
-- * Debugging -- * Debugging
--
-- | As a more comprehensive alternative for debugging Parsec parsers,
-- there's also the [parsec-free](http://hackage.haskell.org/package/parsec-free)
-- package.
--
, parserTrace, parserTraced , parserTrace, parserTraced
-- * Low-level operations -- * Low-level operations
, manyAccum , manyAccum
......
...@@ -31,6 +31,11 @@ module Text.Parsec.Combinator ...@@ -31,6 +31,11 @@ module Text.Parsec.Combinator
-- tricky combinators -- tricky combinators
, manyTill, lookAhead, anyToken , manyTill, lookAhead, anyToken
-- * Debugging -- * Debugging
--
-- | As a more comprehensive alternative for debugging Parsec parsers,
-- there's also the [parsec-free](http://hackage.haskell.org/package/parsec-free)
-- package.
--
, parserTrace, parserTraced , parserTrace, parserTraced
) where ) where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment