Copyright | (c) 2013-2017 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | provisional |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
A space efficient, packed, unboxed Unicode text type.
Hashable Text | |
FromJSON Text | |
FromJSONKey Text | |
ToJSON Text | |
KeyValue Pair | |
ToJSONKey Text | |
Chunk Text | |
FoldCase Text | |
Ixed Text | |
Reversing Text | |
ToText Text Source # | |
FromText Text Source # | |
ToByteString Text Source # | |
ToHeader Text Source # | |
ToPath Text Source # | |
ToQuery Text Source # | |
ToLog Text Source # | |
ToXML Text Source # | |
FromXML Text Source # | |
ToBody Text Source # | |
ToHashedBody Text Source # | |
Strict Text Text | |
FromPairs Value (DList Pair) | |
ToJSON v => GKeyValue v (DList Pair) | |
ToBody (HashMap Text Value) Source # | |
ToHashedBody (HashMap Text Value) Source # | |
type State Text | |
type ChunkElem Text | |
type Item Text | |
type Index Text | |
type IxValue Text | |
Deserialisation
class FromText a where Source #
fromTextError :: Text -> Parser a Source #