parsec-3.1.5: Monadic parser combinators

Copyright(c) Antoine Latter 2011
LicenseBSD-style (see the file libraries/parsec/LICENSE)
Maintaineraslatter@gmail.com
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

Text.Parsec.Text

Description

Make Text an instance of Stream with Char token type.

Documentation

type Parser = Parsec Text ()

type GenParser st = Parsec Text st