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.

  1. _ByteString :: TomlBiMap ByteString AnyValue

    tomland Toml.Codec.BiMap.Conversion

    UTF-8 encoded ByteString BiMap for AnyValue. Usually used as the byteString combinator.

  2. _ByteStringArray :: TomlBiMap ByteString AnyValue

    tomland 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.

  3. _ByteStringText :: TomlBiMap ByteString Text

    tomland Toml.Codec.BiMap.Conversion

    Helper BiMap for Text and strict ByteString

  4. _LByteString :: TomlBiMap ByteString AnyValue

    tomland Toml.Codec.BiMap.Conversion

    UTF-8 encoded lazy ByteString BiMap for AnyValue. Usually used as the lazyByteString combinator.

  5. _LByteStringArray :: TomlBiMap ByteString AnyValue

    tomland 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.

  6. _LByteStringText :: TomlBiMap ByteString Text

    tomland Toml.Codec.BiMap.Conversion

    Helper BiMap for Text and lazy ByteString.

  7. lazyByteString :: Key -> TomlCodec ByteString

    tomland Toml.Codec.Combinator.Primitive

    Codec for text values as ByteString.

  8. lazyByteStringArray :: Key -> TomlCodec ByteString

    tomland Toml.Codec.Combinator.Primitive

    Codec for positive integer array values as lazy ByteString.

  9. newtype LByteStringAsBytes

    tomland Toml.Codec.Generic

    Newtype wrapper over lazy ByteString to be used for array of integers representation.

  10. LByteStringAsBytes :: ByteString -> LByteStringAsBytes

    tomland Toml.Codec.Generic

    No documentation available.

Page 108 of many | Previous | Next