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