pipes-text-0.0.0.0: Text pipes.

Copyright2014 Michael Thompson, 2011 Michael Snoyman, 2010-2011 John Millikin
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

Pipes.Text.Internal.Codec

Description

Parts of this code were taken from enumerator and conduits, and adapted for pipes.

Synopsis

Documentation

data Decoding Source

A stream oriented decoding result.

Instances

data Codec Source

A specific character encoding.

Since 0.3.0

Instances