Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | provisional |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
data Text :: *
A space efficient, packed, unboxed Unicode text type.
Chunk Text | |
FoldCase Text | |
Hashable Text | |
Semigroup Text | |
Ixed Text | |
ToText Text Source | |
FromText Text Source | |
ToByteString Text Source | |
ToQuery Text Source | |
ToXML Text Source | |
FromXML Text Source | |
ToHeader Text Source | |
ToPath Text Source | |
ToLog Text Source | |
ToBody Text Source | |
ToHashedBody Text Source | |
Strict Text Text | |
AWSTruncated (Maybe Text) Source | |
ToBody (HashMap Text Value) Source | |
ToHashedBody (HashMap Text Value) Source | |
type State Text = Buffer | |
type ChunkElem Text = Char | |
type Item Text = Char | |
type Index Text = Int | |
type IxValue Text = Char |
Deserialisation
fromTextError :: Text -> Parser a Source