Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

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

    yaml Data.Yaml.Parser

    No documentation available.

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

    yaml Data.Yaml.Parser

    No documentation available.

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

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

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

    zlib Codec.Compression.Zlib.Internal

    No documentation available.

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

    zlib Codec.Compression.Zlib.Internal

    No documentation available.

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

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

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

  10. httpEquiv :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html4.Strict.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