Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
map :: (a -> b) -> DList a -> DList bdlist Data.DList map f xs is the DList obtained by applying f to each element of xs. <math>(length (toList xs)). map obeys the law:
toList (map f xs) = map f (toList xs)
map :: (a -> b) -> DNonEmpty a -> DNonEmpty bdlist Data.DList.DNonEmpty map f xs is the DNonEmpty obtained by applying f to each element of xs. <math>(length (toNonEmpty xs)). map obeys the law:
toNonEmpty (map f xs) = map f (toNonEmpty xs)
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>