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.

  1. YesodClientState :: !Maybe (Request, Response ByteString) -> CookieJar -> YesodClientState

    sydtest-yesod Test.Syd.Yesod.Client

    No documentation available.

  2. type YesodExample site a = YesodClientM site a

    sydtest-yesod Test.Syd.Yesod.Client

    For backward compatibility

  3. type YesodSpec site = TestDef '[Manager] YesodClient site

    sydtest-yesod Test.Syd.Yesod.Def

    For backward compatibility with yesod-test

  4. class (Yesod master, PathPiece AuthId master, RenderMessage master FormMessage) => YesodAuth master

    yesod-auth Yesod.Auth

    No documentation available.

  5. class (YesodAuth master, YesodPersist master) => YesodAuthPersist master

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

  6. class (YesodAuth site, PathPiece AuthEmailId site, RenderMessage site AuthMessage) => YesodAuthEmail site

    yesod-auth Yesod.Auth.Email

    No documentation available.

  7. class YesodAuth site => YesodAuthHardcoded site

    yesod-auth Yesod.Auth.Hardcoded

    No documentation available.

  8. class YesodBreadcrumbs site

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

  9. type YesodDB site = ReaderT YesodPersistBackend site HandlerFor site

    hledger-web Hledger.Web.Import

    No documentation available.

  10. class Yesod site => YesodDispatch site

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

Page 6 of many | Previous | Next