phaser-0.2.0.0: Incremental multiple pass parser library.

CopyrightJeremy List
LicenseBSD-3
Maintainerquick.dudley@gmail.com
Safe HaskellNone
LanguageHaskell2010

Codec.Phaser.Text

Description

Phases for processing Text objects and their lazy versions.

Synopsis

Documentation

unpackText :: Phase p Text Char () Source #

A Phase which takes Texts and yields their individual characters

unpackLazyText :: Phase p Text Char () Source #

A Phase which takes Texts and yields their individual characters