Hoogle Search
Within LTS Haskell 24.43 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
CheckHexDigestByteString :: ByteString -> CheckHexDigesthttp-download Network.HTTP.Download.Verified No documentation available.
-
ihaskell IHaskellPrelude No documentation available.
-
incipit-base Incipit.String.Conversion Type synonym for ByteString.
-
incipit-base Incipit.String.Reexport A compact representation of a Word8 vector. It has a lower memory overhead than a ByteString and does not contribute to heap fragmentation. It can be converted to or from a ByteString (at the cost of copying the string data). It supports very few other operations.
-
intern Data.Interned.ByteString No documentation available.
-
intern Data.Interned.Internal.ByteString No documentation available.
InternedByteString :: Id -> ByteString -> InternedByteStringintern Data.Interned.Internal.ByteString No documentation available.
internedByteStringId :: InternedByteString -> {-# UNPACK #-} !Idintern Data.Interned.Internal.ByteString No documentation available.
uninternByteString :: InternedByteString -> {-# UNPACK #-} !ByteStringintern Data.Interned.Internal.ByteString No documentation available.
fromByteString :: ByteString -> Jsonjsonifier Jsonifier Any JSON literal manually rendered as ByteString. This is a low-level function allowing to avoid unnecessary processing in cases where you already have a rendered JSON at hand. Warning: It is your responsibility to ensure that the content is correct JSON.