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. decodeAllHelper :: FromJSON a => ConduitM () Event Parse () -> IO (Either ParseException ([Warning], Either String [a]))

    yaml Data.Yaml.Internal

    No documentation available.

  2. decodeAllHelper_ :: FromJSON a => ConduitM () Event Parse () -> IO (Either ParseException ([Warning], [a]))

    yaml Data.Yaml.Internal

    No documentation available.

  3. decompressAllMembers :: DecompressParams -> Bool

    zlib Codec.Compression.GZip

    No documentation available.

  4. decompressAllMembers :: DecompressParams -> Bool

    zlib Codec.Compression.Zlib

    No documentation available.

  5. decompressAllMembers :: DecompressParams -> Bool

    zlib Codec.Compression.Zlib.Internal

    No documentation available.

  6. decompressAllMembers :: DecompressParams -> Bool

    zlib Codec.Compression.Zlib.Raw

    No documentation available.

  7. module Control.Monad.Logger.CallStack

    Log functions using CallStack support in place of Template Haskell

  8. small :: Html -> Html

    blaze-html Text.Blaze.Html4.FrameSet

    Combinator for the <small> element. Example:

    small $ span $ toHtml "foo"
    
    Result:
    <small><span>foo</span></small>
    

  9. small :: Html -> Html

    blaze-html Text.Blaze.Html4.Strict

    Combinator for the <small> element. Example:

    small $ span $ toHtml "foo"
    
    Result:
    <small><span>foo</span></small>
    

  10. small :: Html -> Html

    blaze-html Text.Blaze.Html4.Transitional

    Combinator for the <small> element. Example:

    small $ span $ toHtml "foo"
    
    Result:
    <small><span>foo</span></small>
    

Page 228 of many | Previous | Next