Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
sitemapChangeFrequency :: SitemapUrl -> Maybe ChangeFrequencysitemap-gen Web.Sitemap.Gen How often does the content at the URL change?
sitemapLastModified :: SitemapUrl -> Maybe UTCTimesitemap-gen Web.Sitemap.Gen The time the page's content was last changed.
sitemapLocation :: SitemapUrl -> Textsitemap-gen Web.Sitemap.Gen The full URL of the page, including the protocol and domain name.
-
sitemap-gen Web.Sitemap.Gen An XML Namespace for the sitemaps.org v0.9 schema.
sitemapPriority :: SitemapUrl -> Maybe Doublesitemap-gen Web.Sitemap.Gen The relative priority of this URL compared to other URLs in the sitemap.
sitemapUrls :: Sitemap -> [SitemapUrl]sitemap-gen Web.Sitemap.Gen No documentation available.
concatMap :: Foldable t => (a -> Slist b) -> t a -> Slist bslist Slist Maps a function over all the elements of a container and concatenates the resulting slists.
>>> concatMap one "abc" Slist {sList = "abc", sSize = Size 3}concatMap' :: Foldable t => (a -> Slist b) -> t a -> Slist bslist Slist Maps a function over all the elements of a container and concatenates the resulting slists. Strict version of concatMap.
>>> concatMap' one "abc" Slist {sList = "abc", sSize = Size 3}argsGammaParams :: SimulateArguments -> Maybe GammaRateHeterogeneityParamsslynx SLynx.Simulate.Options No documentation available.
-
Implementation of source maps as proposed by Google and Mozilla. Implementation of source maps, revision 3, proposed by Google and Mozilla here https://wiki.mozilla.org/DevTools/Features/SourceMap and here https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit