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.
map :: Functor f => (a -> b) -> f a -> f butility-ht Control.Functor.HT No documentation available.
map :: Monad m => (a -> m b) -> [a] -> m [b]utility-ht Control.Monad.HT No documentation available.
-
blaze-html Text.Blaze.Html4.FrameSet Combinator for the <map> element. Example:
map $ span $ toHtml "foo"
Result:<map><span>foo</span></map>
-
blaze-html Text.Blaze.Html4.Strict Combinator for the <map> element. Example:
map $ span $ toHtml "foo"
Result:<map><span>foo</span></map>
-
blaze-html Text.Blaze.Html4.Transitional Combinator for the <map> element. Example:
map $ span $ toHtml "foo"
Result:<map><span>foo</span></map>
-
blaze-html Text.Blaze.Html5 Combinator for the <map> element. Example:
map $ span $ toHtml "foo"
Result:<map><span>foo</span></map>
-
blaze-html Text.Blaze.XHtml1.FrameSet Combinator for the <map> element. Example:
map $ span $ toHtml "foo"
Result:<map><span>foo</span></map>
-
blaze-html Text.Blaze.XHtml1.Strict Combinator for the <map> element. Example:
map $ span $ toHtml "foo"
Result:<map><span>foo</span></map>
-
blaze-html Text.Blaze.XHtml1.Transitional Combinator for the <map> element. Example:
map $ span $ toHtml "foo"
Result:<map><span>foo</span></map>
-
blaze-html Text.Blaze.XHtml5 Combinator for the <map> element. Example:
map $ span $ toHtml "foo"
Result:<map><span>foo</span></map>