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.
_ByteString :: TomlBiMap ByteString AnyValuetomland Toml.Codec.BiMap.Conversion UTF-8 encoded ByteString BiMap for AnyValue. Usually used as the byteString combinator.
_ByteStringArray :: TomlBiMap ByteString AnyValuetomland Toml.Codec.BiMap.Conversion ByteString BiMap for AnyValue encoded as a list of bytes (non-negative integers between 0 and 255). Usually used as the byteStringArray combinator.
_ByteStringText :: TomlBiMap ByteString Texttomland Toml.Codec.BiMap.Conversion Helper BiMap for Text and strict ByteString
_LByteString :: TomlBiMap ByteString AnyValuetomland Toml.Codec.BiMap.Conversion UTF-8 encoded lazy ByteString BiMap for AnyValue. Usually used as the lazyByteString combinator.
_LByteStringArray :: TomlBiMap ByteString AnyValuetomland Toml.Codec.BiMap.Conversion Lazy ByteString BiMap for AnyValue encoded as a list of bytes (non-negative integers between 0 and 255). Usually used as lazyByteStringArray combinator.
_LByteStringText :: TomlBiMap ByteString Texttomland Toml.Codec.BiMap.Conversion Helper BiMap for Text and lazy ByteString.
lazyByteString :: Key -> TomlCodec ByteStringtomland Toml.Codec.Combinator.Primitive Codec for text values as ByteString.
lazyByteStringArray :: Key -> TomlCodec ByteStringtomland Toml.Codec.Combinator.Primitive Codec for positive integer array values as lazy ByteString.
-
tomland Toml.Codec.Generic Newtype wrapper over lazy ByteString to be used for array of integers representation.
LByteStringAsBytes :: ByteString -> LByteStringAsBytestomland Toml.Codec.Generic No documentation available.