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. defaultHakyllReaderOptions :: ReaderOptions

    hakyll Hakyll.Web.Pandoc

    The default reader options for pandoc parsing in hakyll

  2. unsafeReadTemplateFile :: FilePath -> Compiler Template

    hakyll Hakyll.Web.Template

    Deprecated: Use templateCompiler

  3. unsafeReadTemplateFile :: FilePath -> Compiler Template

    hakyll Hakyll.Web.Template.Internal

    Deprecated: Use templateCompiler

  4. type HasReader r (m :: Type -> Type) = Has ReaderT r m

    has-transformers Control.Monad.Trans.Has.Reader

    No documentation available.

  5. runReaderT :: ReaderT r (m :: Type -> Type) a -> r -> m a

    has-transformers Control.Monad.Trans.Has.Reader

    No documentation available.

  6. threadsafe_name :: Name

    haskell-src-exts-simple Language.Haskell.Exts.Simple.Syntax

    No documentation available.

  7. hRead :: Handle -> IO ByteString

    heftia-effects Control.Monad.Hefty.Concurrent.Subprocess

    No documentation available.

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

    hledger-web Hledger.Web.Import

    Backends supporting conditional read operations.

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

    hledger-web Hledger.Web.Import

    No documentation available.

  10. class PersistStoreRead backend => PersistUniqueRead backend

    hledger-web Hledger.Web.Import

    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.

Page 766 of many | Previous | Next