Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
persistent Database.Persist.Sql.Types.Internal A constraint synonym which witnesses that a backend is SQL and can run read queries.
-
persistent Database.Persist.Sql.Types.Internal An SQL backend which can only handle read queries The constructor was exposed in 2.10.0.
SqlReadBackend :: SqlBackend -> SqlReadBackendpersistent Database.Persist.Sql.Types.Internal No documentation available.
-
persistent Database.Persist.Sql.Types.Internal Like SqlPersistT but compatible with any SQL backend which can handle read queries.
unSqlReadBackend :: SqlReadBackend -> SqlBackendpersistent Database.Persist.Sql.Types.Internal No documentation available.
RepeatableRead :: IsolationLevelpersistent Database.Persist.SqlBackend.Internal.IsolationLevel No documentation available.
runReader :: Reader a -> Text -> Either Text ahttp-api-data Web.Internal.HttpApiData Run Reader as HTTP API data parser.
-
lifted-base Control.Concurrent.Lifted A ThreadId is an abstract type representing a handle to a thread. ThreadId is an instance of Eq, Ord and Show, where the Ord instance implements an arbitrary total ordering over ThreadIds. The Show instance lets you convert an arbitrary-valued ThreadId to string form; showing a ThreadId value is occasionally useful when debugging or diagnosing the behaviour of a concurrent program. Note: in GHC, if you have a ThreadId, you essentially have a pointer to the thread itself. This means the thread itself can't be garbage collected until you drop the ThreadId. This misfeature would be difficult to correct while continuing to support threadStatus.
isCurrentThreadBound :: MonadBase IO m => m Boollifted-base Control.Concurrent.Lifted Generalized version of isCurrentThreadBound.
killThread :: MonadBase IO m => ThreadId -> m ()lifted-base Control.Concurrent.Lifted Generalized version of killThread.