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.
Sequence :: [YamlValue] -> Anchor -> YamlValueyaml Data.Yaml.Parser No documentation available.
withSequence :: Text -> ([YamlValue] -> YamlParser a) -> YamlValue -> YamlParser ayaml Data.Yaml.Parser No documentation available.
DictionaryRequired :: DecompressErrorzlib 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.
DictionaryRequired :: DecompressErrorzlib 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.
CompressInputRequired :: (ByteString -> m (CompressStream m)) -> CompressStream (m :: Type -> Type)zlib Codec.Compression.Zlib.Internal No documentation available.
-
zlib Codec.Compression.Zlib.Internal No documentation available.
DictionaryRequired :: DecompressErrorzlib 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.
DictionaryRequired :: DecompressErrorzlib 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.
httpEquiv :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.FrameSet.Attributes Combinator for the http-equiv attribute. Example:
div ! httpEquiv "bar" $ "Hello."
Result:<div http-equiv="bar">Hello.</div>
httpEquiv :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.Strict.Attributes Combinator for the http-equiv attribute. Example:
div ! httpEquiv "bar" $ "Hello."
Result:<div http-equiv="bar">Hello.</div>