Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. SHT_NOTE :: ElfSectionType

    elf Data.Elf

    Contains note information

  2. keysNotExpired :: forall m k (mv :: Type -> Type) s v . (Monad m, Eq k, Hashable k) => ECM m mv s HashMap k v -> m [k]

    expiring-cache-map Caching.ExpiringCacheMap.HashECM

    List of keys in the cache map that are not expired values. A time check is always performed to compare with the elapsed time left with each key. The cache state is not modified and the time check is not performed from within a modifying state context, e.g. not within modifyMVar with a newECMIO instance. Keys are in an unspecified order.

  3. detNotExpired :: TimeUnits -> [(k, (TimeUnits, TimeUnits, v))] -> [k]

    expiring-cache-map Caching.ExpiringCacheMap.Internal.Internal

    No documentation available.

  4. keysNotExpired :: forall m k (mv :: Type -> Type) s v . (Monad m, Ord k) => ECM m mv s Map k v -> m [k]

    expiring-cache-map Caching.ExpiringCacheMap.OrdECM

    List of keys in the cache map that are not expired values. A time check is always performed to compare with the elapsed time left with each key. The cache state is not modified and the time check is not performed from within a modifying state context, e.g. not within modifyMVar with a newECMIO instance. Keys are in an unspecified order.

  5. StatusNotExtended :: Status

    gi-soup3 GI.Soup.Enums

    510 Not Extended (RFC 2774)

  6. TLDErrorNotEnoughDomains :: TLDError

    gi-soup3 GI.Soup.Enums

    The passed-in hostname did not have enough components. Eg, calling [functldGetBaseDomain] on <literal>"co.uk"</literal>.

  7. ConvertedNoteToIssue :: EventType

    github GitHub.Data.Issues

    The issue was created by converting a note in a project board to an issue.

  8. whProjectCardNote :: HookProjectCard -> !Maybe Text

    github-webhooks GitHub.Data.Webhooks.Payload

    No documentation available.

  9. addNoteToCommitThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread.

  10. addNoteToIssueThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread. This can also create a thread from a single comment. Notes can be added to other items than comments, such as system notes, making them threads.

Page 165 of many | Previous | Next