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.
-
tomland Toml.Codec.Generic Newtype wrapper over lazy ByteString to be used for text values.
LByteStringAsText :: ByteString -> LByteStringAsTexttomland Toml.Codec.Generic No documentation available.
unByteStringAsBytes :: ByteStringAsBytes -> ByteStringtomland Toml.Codec.Generic No documentation available.
unByteStringAsText :: ByteStringAsText -> ByteStringtomland Toml.Codec.Generic No documentation available.
unLByteStringAsBytes :: LByteStringAsBytes -> ByteStringtomland Toml.Codec.Generic No documentation available.
unLByteStringAsText :: LByteStringAsText -> ByteStringtomland Toml.Codec.Generic No documentation available.
packToByteString :: B -> IO ByteStringtools-yj Foreign.C.ByteArray No documentation available.
useAsFromByteString :: ByteString -> (B -> IO a) -> IO atools-yj Foreign.C.ByteArray No documentation available.
unjsonToByteStringBuilder :: UnjsonDef a -> a -> Builderunjson Data.Unjson Given a definition of a value and a value produce a Builder. Functionally it is the same as unjsonToByteStringLazy but useful if json serialization is a part of some bigger serialization function.
unjsonToByteStringBuilder' :: Options -> UnjsonDef a -> a -> Builderunjson Data.Unjson Given a definition of a value and a value produce a Builder. Functionally it is the same as unjsonToByteStringLazy but useful if json serialization is a part of some bigger serialization function. Also takes formatting Options.