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.
threadStatusJsName :: ThreadStatus -> Stringghc GHC.StgToJS.Types convert the status of a thread in JS land to a string
threadStatusNum :: ThreadStatus -> Intghc GHC.StgToJS.Types Convert the status of a thread in JS land to an Int
gen_Read_binds :: (Name -> Fixity) -> SrcSpan -> DerivInstTys -> (LHsBinds GhcPs, Bag AuxBindSpec)ghc GHC.Tc.Deriv.Generate No documentation available.
newReadState :: (BinHandle -> IO Name) -> (BinHandle -> IO FastString) -> UserDataghc GHC.Utils.Binary No documentation available.
ThreadKilled :: AsyncExceptionghc GHC.Utils.Exception No documentation available.
makeThreadSafe :: Logger -> IO Loggerghc GHC.Utils.Logger Make the logger thread-safe
class (PersistCore backend, PersistStoreRead backend) =>
PersistQueryRead backendpersistent Database.Persist.Class Backends supporting conditional read operations.
-
persistent Database.Persist.Class No documentation available.
class PersistStoreRead backend =>
PersistUniqueRead backendpersistent Database.Persist.Class Queries against Unique keys (other than the id Key). Please read the general Persistent documentation to learn how to create Unique keys. Using this with an Entity without a Unique key leads to undefined behavior. A few of these functions require a single Unique, so using an Entity with multiple Uniques is also undefined. In these cases persistent's goal is to throw an exception as soon as possible, but persistent is still transitioning to that. SQL backends automatically create uniqueness constraints, but for MongoDB you must manually place a unique index on a field to have a uniqueness constraint.
class (PersistCore backend, PersistStoreRead backend) =>
PersistQueryRead backendpersistent Database.Persist.Class.PersistQuery Backends supporting conditional read operations.