parsec-3.1.3: Monadic parser combinators
Text.Parsec.Text
Description
Make Text an instance of Stream with Char token type.
Stream
Char
type Parser = Parsec Text ()Source
type GenParser st = Parsec Text stSource