On Sun, Feb 22, 2009 at 2:14 AM, Felipe Lessa <[email protected]> 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 _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
