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.
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.
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.
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.
-
async-pool Control.Concurrent.Async.Pool A version of wait that can be used inside an STM transaction.
PersistMap :: [(Text, PersistValue)] -> PersistValueclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
PersistMarshalError :: Text -> PersistExceptionclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
PersistMongoDBError :: Text -> PersistExceptionclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
PersistMongoDBUnsupported :: Text -> PersistExceptionclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
adjustMap :: IsMap map => (MapValue map -> MapValue map) -> ContainerKey map -> map -> mapclassy-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.
-
classy-prelude-yesod ClassyPrelude.Yesod Renamed check for unqualified export