Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.Text.Short.Unlifted
Synopsis
- newtype ShortText# :: TYPE ('BoxedRep 'Unlifted) where
- ShortText# :: ByteArray# -> ShortText#
- pattern Empty# :: ShortText#
- lift :: ShortText# -> ShortText
- unlift :: ShortText -> ShortText#
Documentation
newtype ShortText# :: TYPE ('BoxedRep 'Unlifted) where Source #
Unlifted variant of ShortText
.
Constructors
ShortText# :: ByteArray# -> ShortText# |
pattern Empty# :: ShortText# Source #
lift :: ShortText# -> ShortText Source #
unlift :: ShortText -> ShortText# Source #