[Haskell-beginners] Baffled by Parsec

Antoine Latter aslatter at gmail.com
Sun Feb 22 03:19:00 EST 2009


On Sun, Feb 22, 2009 at 2:14 AM, Felipe Lessa <felipe.lessa at gmail.com> wrote:
>
> My GHC 6.10.1 was compiled from source and Parsec comes from a
> different ebuild (Gentoo), and digit isn't documented as well. It must
> be some problem with parsec < 3, because Hackage has the same problem
> for old Parsec[1].
>
> [1] http://hackage.haskell.org/packages/archive/parsec/2.1.0.1/doc/html/Text-ParserCombinators-Parsec-Char.html
>

>From the sources:

> upper, lower, alphaNum, letter, digit, hexDigit, octDigit :: CharParser st Char

I think I've seen Haddock have trouble documenting declarations which
share a type signature in other places, as well.

Antoine


More information about the Beginners mailing list