| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Prelude.Spiros.Text
Description
Re-Export Data.Text and Data.ByteString, i.e. strict text and strict bytes.
All Spiros.* modules (whenever possible) use this module's Text type,
and its re-exported Text.* functions.
Documentation
type LazyBytes = ByteString Source #
type StrictBytes = ByteString Source #
type StrictText = Text Source #