Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. renderLastModified :: UTCTime -> Xml Elem

    sitemap-gen Web.Sitemap.Gen

    Render a UTCTime in a lastmod element.

  2. sitemapLastModified :: SitemapUrl -> Maybe UTCTime

    sitemap-gen Web.Sitemap.Gen

    The time the page's content was last changed.

  3. groupLastRead :: GroupConversation -> SlackTimestamp

    slack-web Web.Slack.Conversation

    No documentation available.

  4. purposeLastSet :: Purpose -> Integer

    slack-web Web.Slack.Conversation

    No documentation available.

  5. topicLastSet :: Topic -> Integer

    slack-web Web.Slack.Conversation

    No documentation available.

  6. safeLast :: Slist a -> Maybe a

    slist Slist

    O(n). Extracts the last element of a list if possible.

    >>> safeLast $ slist "qwerty"
    Just 'y'
    
    >>> safeLast mempty
    Nothing
    
    >>> safeLast $ infiniteSlist [1..]
    Nothing
    

  7. userLastLoginAt :: AuthUser -> Maybe UTCTime

    snap Snap.Snaplet.Auth

    No documentation available.

  8. userLastLoginIp :: AuthUser -> Maybe ByteString

    snap Snap.Snaplet.Auth

    No documentation available.

  9. sqlite3_last_insert_rowid :: Ptr C'sqlite3 -> IO Int64

    squeather Squeather.Internal

    https://www.sqlite.org/c3ref/last_insert_rowid.html

  10. module Stratosphere.ResourceProperties.AppSyncDataSourceElasticsearchConfig

    No documentation available.

Page 137 of many | Previous | Next