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.

  1. sitemapChangeFrequency :: SitemapUrl -> Maybe ChangeFrequency

    sitemap-gen Web.Sitemap.Gen

    How often does the content at the URL change?

  2. sitemapLastModified :: SitemapUrl -> Maybe UTCTime

    sitemap-gen Web.Sitemap.Gen

    The time the page's content was last changed.

  3. sitemapLocation :: SitemapUrl -> Text

    sitemap-gen Web.Sitemap.Gen

    The full URL of the page, including the protocol and domain name.

  4. sitemapNamespace :: Namespace

    sitemap-gen Web.Sitemap.Gen

    An XML Namespace for the sitemaps.org v0.9 schema.

  5. sitemapPriority :: SitemapUrl -> Maybe Double

    sitemap-gen Web.Sitemap.Gen

    The relative priority of this URL compared to other URLs in the sitemap.

  6. sitemapUrls :: Sitemap -> [SitemapUrl]

    sitemap-gen Web.Sitemap.Gen

    No documentation available.

  7. concatMap :: Foldable t => (a -> Slist b) -> t a -> Slist b

    slist 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}
    

  8. concatMap' :: Foldable t => (a -> Slist b) -> t a -> Slist b

    slist 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}
    

  9. argsGammaParams :: SimulateArguments -> Maybe GammaRateHeterogeneityParams

    slynx SLynx.Simulate.Options

    No documentation available.

  10. package sourcemap

    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

Page 1223 of many | Previous | Next