Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. map :: Functor f => (a -> b) -> f a -> f b

    utility-ht Control.Functor.HT

    No documentation available.

  2. map :: Monad m => (a -> m b) -> [a] -> m [b]

    utility-ht Control.Monad.HT

    No documentation available.

  3. map :: Html -> Html

    blaze-html Text.Blaze.Html4.FrameSet

    Combinator for the <map> element. Example:

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

  4. map :: Html -> Html

    blaze-html Text.Blaze.Html4.Strict

    Combinator for the <map> element. Example:

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

  5. map :: Html -> Html

    blaze-html Text.Blaze.Html4.Transitional

    Combinator for the <map> element. Example:

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

  6. map :: Html -> Html

    blaze-html Text.Blaze.Html5

    Combinator for the <map> element. Example:

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

  7. map :: Html -> Html

    blaze-html Text.Blaze.XHtml1.FrameSet

    Combinator for the <map> element. Example:

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

  8. map :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Strict

    Combinator for the <map> element. Example:

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

  9. map :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Transitional

    Combinator for the <map> element. Example:

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

  10. map :: Html -> Html

    blaze-html Text.Blaze.XHtml5

    Combinator for the <map> element. Example:

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

Page 17 of many | Previous | Next