Hoogle Search

Within LTS Haskell 22.20 (ghc-9.6.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. class YesodBreadcrumbs site

    yesod-core Yesod.Core

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

  2. class Yesod site => YesodDispatch site

    yesod-core Yesod.Core

    This class is automatically instantiated when you use the template haskell mkYesod function. You should never need to deal with it directly.

  3. class YesodSubDispatch sub master

    yesod-core Yesod.Core

    No documentation available.

  4. data YesodRequest

    yesod-core Yesod.Core.Handler

    The parsed request information. This type augments the standard WAI Request with additional information.

  5. YesodRequest :: [(Text, Text)] -> [(Text, Text)] -> Request -> [Text] -> !Maybe Text -> SessionMap -> [ContentType] -> YesodRequest

    yesod-core Yesod.Core.Handler

    No documentation available.

  6. type YesodApp = YesodRequest -> ResourceT IO YesodResponse

    yesod-core Yesod.Core.Types

    An extension of the basic WAI Application datatype to provide extra features needed by Yesod. Users should never need to use this directly, as the HandlerFor monad and template haskell code should hide it away.

  7. data YesodRequest

    yesod-core Yesod.Core.Types

    The parsed request information. This type augments the standard WAI Request with additional information.

  8. YesodRequest :: [(Text, Text)] -> [(Text, Text)] -> Request -> [Text] -> !Maybe Text -> SessionMap -> [ContentType] -> YesodRequest

    yesod-core Yesod.Core.Types

    No documentation available.

  9. data YesodResponse

    yesod-core Yesod.Core.Types

    An augmented WAI Response. This can either be a standard Response, or a higher-level data structure which Yesod will turn into a Response.

  10. data YesodRunnerEnv site

    yesod-core Yesod.Core.Types

    No documentation available.

Page 2 of many | Previous | Next