Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Text.Short.Unlifted
Synopsis
- newtype ShortText# :: UnliftedType where
- ShortText# :: ByteArray# -> ShortText#
- lift :: ShortText# -> ShortText
- unlift :: ShortText -> ShortText#
Documentation
newtype ShortText# :: UnliftedType where #
Unlifted variant of ShortText
.
Constructors
ShortText# :: ByteArray# -> ShortText# |
lift :: ShortText# -> ShortText #
unlift :: ShortText -> ShortText# #