Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
YesodClientState :: !Maybe (Request, Response ByteString) -> CookieJar -> YesodClientStatesydtest-yesod Test.Syd.Yesod.Client No documentation available.
type
YesodExample site a = YesodClientM site asydtest-yesod Test.Syd.Yesod.Client For backward compatibility
type
YesodSpec site = TestDef '[Manager] YesodClient sitesydtest-yesod Test.Syd.Yesod.Def For backward compatibility with yesod-test
class (Yesod master, PathPiece AuthId master, RenderMessage master FormMessage) =>
YesodAuth masteryesod-auth Yesod.Auth No documentation available.
class (YesodAuth master, YesodPersist master) =>
YesodAuthPersist masteryesod-auth Yesod.Auth Class which states that the given site is an instance of YesodAuth and that its AuthId is a lookup key for the full user information in a YesodPersist database. The default implementation of getAuthEntity assumes that the AuthId for the YesodAuth superclass is in fact a persistent Key for the given value. This is the common case in Yesod, and means that you can easily look up the full information on a given user.
-
yesod-auth Yesod.Auth.Email No documentation available.
class YesodAuth site =>
YesodAuthHardcoded siteyesod-auth Yesod.Auth.Hardcoded No documentation available.
-
hledger-web Hledger.Web.Import 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).
type
YesodDB site = ReaderT YesodPersistBackend site HandlerFor sitehledger-web Hledger.Web.Import No documentation available.
class Yesod site =>
YesodDispatch sitehledger-web Hledger.Web.Import This class is automatically instantiated when you use the template haskell mkYesod function. You should never need to deal with it directly.