Text.Parse

The Parse class is a replacement for the standard Read class.

type TextParser a
class Parse a

Combinators specific to string input, lexed haskell-style

Parsers for literal numerics and characters

Re-export all the more general combinators from Poly too