lens-prelude-0.2: Alternate prelude that exports lens combinators

Safe HaskellSafe
LanguageHaskell2010

Prelude.Bitpacked.Types

Description

This module export Text, ByteString, LText, and LByteString

Synopsis

Documentation

data Text :: *

A space efficient, packed, unboxed Unicode text type.

Instances

type Item Text = Char 

data ByteString :: *

A space-efficient representation of a Word8 vector, supporting many efficient operations.

A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.