Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. asyncSTM :: TaskGroup -> IO a -> STM (Async a)

    async-pool Control.Concurrent.Async.Pool

    Equivalent to async, but acts in STM so that makeDependent may be called after the task is created, but before it begins executing.

  2. pollSTM :: Async a -> STM (Maybe (Either SomeException a))

    async-pool Control.Concurrent.Async.Pool

    A version of poll that can be used inside an STM transaction.

  3. waitCatchSTM :: Async a -> STM (Either SomeException a)

    async-pool Control.Concurrent.Async.Pool

    A version of waitCatch that can be used inside an STM transaction.

  4. waitSTM :: Async a -> STM a

    async-pool Control.Concurrent.Async.Pool

    A version of wait that can be used inside an STM transaction.

  5. PersistMap :: [(Text, PersistValue)] -> PersistValue

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  6. PersistMarshalError :: Text -> PersistException

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  7. PersistMongoDBError :: Text -> PersistException

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  8. PersistMongoDBUnsupported :: Text -> PersistException

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  9. adjustMap :: IsMap map => (MapValue map -> MapValue map) -> ContainerKey map -> map -> map

    classy-prelude-yesod ClassyPrelude.Yesod

    Apply a function to the value of a given key. Returns the input map when the key-value pair does not exist.

  10. checkSTM :: Bool -> STM ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Renamed check for unqualified export

Page 222 of many | Previous | Next