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.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
class PersistStoreRead backend =>
PersistUniqueRead backendclassy-prelude-yesod ClassyPrelude.Yesod 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.
-
classy-prelude-yesod ClassyPrelude.Yesod A type-safe, concise method of creating breadcrumbs for pages. For each resource, you declare the title of the page and the parent resource (if present).
alreadyExistsErrorType :: IOErrorTypeclassy-prelude-yesod ClassyPrelude.Yesod I/O error where the operation failed because one of its arguments already exists.
alreadyExpired :: MonadHandler m => m ()classy-prelude-yesod ClassyPrelude.Yesod Set an Expires header in the past, meaning this content should not be cached.
alreadyInUseErrorType :: IOErrorTypeclassy-prelude-yesod ClassyPrelude.Yesod I/O error where the operation failed because one of its arguments is a single-use resource, which is already being used.
breadcrumb :: YesodBreadcrumbs site => Route site -> HandlerFor site (Text, Maybe (Route site))classy-prelude-yesod ClassyPrelude.Yesod Returns the title and the parent resource, if available. If you return a Nothing, then this is considered a top-level page.
-
classy-prelude-yesod ClassyPrelude.Yesod Gets the title of the current page and the hierarchy of parent pages, along with their respective titles.
hIsReadable :: MonadIO m => Handle -> m Boolclassy-prelude-yesod ClassyPrelude.Yesod Lifted version of hIsReadable
hReady :: MonadIO m => Handle -> m Boolclassy-prelude-yesod ClassyPrelude.Yesod Lifted version of hReady