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.

  1. threadStatusJsName :: ThreadStatus -> String

    ghc GHC.StgToJS.Types

    convert the status of a thread in JS land to a string

  2. threadStatusNum :: ThreadStatus -> Int

    ghc GHC.StgToJS.Types

    Convert the status of a thread in JS land to an Int

  3. gen_Read_binds :: (Name -> Fixity) -> SrcSpan -> DerivInstTys -> (LHsBinds GhcPs, Bag AuxBindSpec)

    ghc GHC.Tc.Deriv.Generate

    No documentation available.

  4. newReadState :: (BinHandle -> IO Name) -> (BinHandle -> IO FastString) -> UserData

    ghc GHC.Utils.Binary

    No documentation available.

  5. ThreadKilled :: AsyncException

    ghc GHC.Utils.Exception

    No documentation available.

  6. makeThreadSafe :: Logger -> IO Logger

    ghc GHC.Utils.Logger

    Make the logger thread-safe

  7. class (PersistCore backend, PersistStoreRead backend) => PersistQueryRead backend

    persistent Database.Persist.Class

    Backends supporting conditional read operations.

  8. class (Show BackendKey backend, Read BackendKey backend, Eq BackendKey backend, Ord BackendKey backend, PersistCore backend, PersistField BackendKey backend, ToJSON BackendKey backend, FromJSON BackendKey backend) => PersistStoreRead backend

    persistent Database.Persist.Class

    No documentation available.

  9. class PersistStoreRead backend => PersistUniqueRead backend

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

  10. class (PersistCore backend, PersistStoreRead backend) => PersistQueryRead backend

    persistent Database.Persist.Class.PersistQuery

    Backends supporting conditional read operations.

Page 471 of many | Previous | Next