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.
defaultHakyllReaderOptions :: ReaderOptionshakyll Hakyll.Web.Pandoc The default reader options for pandoc parsing in hakyll
unsafeReadTemplateFile :: FilePath -> Compiler Templatehakyll Hakyll.Web.Template Deprecated: Use templateCompiler
unsafeReadTemplateFile :: FilePath -> Compiler Templatehakyll Hakyll.Web.Template.Internal Deprecated: Use templateCompiler
type
HasReader r (m :: Type -> Type) = Has ReaderT r mhas-transformers Control.Monad.Trans.Has.Reader No documentation available.
runReaderT :: ReaderT r (m :: Type -> Type) a -> r -> m ahas-transformers Control.Monad.Trans.Has.Reader No documentation available.
-
haskell-src-exts-simple Language.Haskell.Exts.Simple.Syntax No documentation available.
hRead :: Handle -> IO ByteStringheftia-effects Control.Monad.Hefty.Concurrent.Subprocess No documentation available.
class (PersistCore backend, PersistStoreRead backend) =>
PersistQueryRead backendhledger-web Hledger.Web.Import Backends supporting conditional read operations.
-
hledger-web Hledger.Web.Import No documentation available.
class PersistStoreRead backend =>
PersistUniqueRead backendhledger-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.