Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. purposeLastSet :: Purpose -> Integer

    slack-web Web.Slack.Conversation

    No documentation available.

  2. topicLastSet :: Topic -> Integer

    slack-web Web.Slack.Conversation

    No documentation available.

  3. 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
    

  4. userLastLoginAt :: AuthUser -> Maybe UTCTime

    snap Snap.Snaplet.Auth

    No documentation available.

  5. userLastLoginIp :: AuthUser -> Maybe ByteString

    snap Snap.Snaplet.Auth

    No documentation available.

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

    squeather Squeather.Internal

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

  7. module Stratosphere.ResourceProperties.AppSyncDataSourceElasticsearchConfig

    No documentation available.

  8. data AppSyncDataSourceElasticsearchConfig

    stratosphere Stratosphere.ResourceProperties.AppSyncDataSourceElasticsearchConfig

    Full data type definition for AppSyncDataSourceElasticsearchConfig. See appSyncDataSourceElasticsearchConfig for a more convenient constructor.

  9. AppSyncDataSourceElasticsearchConfig :: Val Text -> Val Text -> AppSyncDataSourceElasticsearchConfig

    stratosphere Stratosphere.ResourceProperties.AppSyncDataSourceElasticsearchConfig

    No documentation available.

  10. _appSyncDataSourceElasticsearchConfigAwsRegion :: AppSyncDataSourceElasticsearchConfig -> Val Text

    stratosphere Stratosphere.ResourceProperties.AppSyncDataSourceElasticsearchConfig

    No documentation available.

Page 137 of many | Previous | Next