]> git.immae.eu Git - github/fretlink/text-pipes.git/blob - Pipes/Text/Internal.hs
special Internal module
[github/fretlink/text-pipes.git] / Pipes / Text / Internal.hs
1 module Pipes.Text.Internal
2 ( Decoding(..)
3 , streamDecodeUtf8
4 , decodeSomeUtf8
5 , Codec(..)
6 , TextException(..)
7 , utf8
8 , utf16_le
9 , utf16_be
10 , utf32_le
11 , utf32_be
12 ) where
13
14 import Pipes.Text.Internal.Decoding
15 import Pipes.Text.Internal.Codec