Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. fastMode :: Mode (Tree TT)

    yi-misc-modes Yi.Mode.Latex

    No documentation available.

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

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

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

  5. waitSTM :: Async a -> STM a

    async-pool Control.Concurrent.Async.Pool

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

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  7. PersistMarshalError :: Text -> PersistException

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  8. PersistMongoDBError :: Text -> PersistException

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  9. PersistMongoDBUnsupported :: Text -> PersistException

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

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

Page 222 of many | Previous | Next