Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. requireEnv :: EnvUsage

    yaml Data.Yaml.Config

    Do not use default values from the config file, but instead take all overrides from the environment. If a value is missing, loading the file will throw an exception.

  2. Sequence :: [YamlValue] -> Anchor -> YamlValue

    yaml Data.Yaml.Parser

    No documentation available.

  3. withSequence :: Text -> ([YamlValue] -> YamlParser a) -> YamlValue -> YamlParser a

    yaml Data.Yaml.Parser

    No documentation available.

  4. DictionaryRequired :: DecompressError

    zlib Codec.Compression.GZip

    It is possible to do zlib compression with a custom dictionary. This allows slightly higher compression ratios for short files. However such compressed streams require the same dictionary when decompressing. This error is for when we encounter a compressed stream that needs a dictionary, and it's not provided.

  5. DictionaryRequired :: DecompressError

    zlib Codec.Compression.Zlib

    It is possible to do zlib compression with a custom dictionary. This allows slightly higher compression ratios for short files. However such compressed streams require the same dictionary when decompressing. This error is for when we encounter a compressed stream that needs a dictionary, and it's not provided.

  6. CompressInputRequired :: (ByteString -> m (CompressStream m)) -> CompressStream (m :: Type -> Type)

    zlib Codec.Compression.Zlib.Internal

    No documentation available.

  7. DecompressInputRequired :: (ByteString -> m (DecompressStream m)) -> DecompressStream (m :: Type -> Type)

    zlib Codec.Compression.Zlib.Internal

    No documentation available.

  8. DictionaryRequired :: DecompressError

    zlib Codec.Compression.Zlib.Internal

    It is possible to do zlib compression with a custom dictionary. This allows slightly higher compression ratios for short files. However such compressed streams require the same dictionary when decompressing. This error is for when we encounter a compressed stream that needs a dictionary, and it's not provided.

  9. DictionaryRequired :: DecompressError

    zlib Codec.Compression.Zlib.Raw

    It is possible to do zlib compression with a custom dictionary. This allows slightly higher compression ratios for short files. However such compressed streams require the same dictionary when decompressing. This error is for when we encounter a compressed stream that needs a dictionary, and it's not provided.

  10. httpEquiv :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html4.FrameSet.Attributes

    Combinator for the http-equiv attribute. Example:

    div ! httpEquiv "bar" $ "Hello."
    
    Result:
    <div http-equiv="bar">Hello.</div>
    

Page 183 of many | Previous | Next