Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. data ProvidedRep (m :: Type -> Type)

    yesod-core Yesod.Core.Handler

    Internal representation of a single provided representation.

  2. data PageContent url

    yesod-core Yesod.Core.Types

    Content for a web page. By providing this datatype, we can easily create generic site templates, which would have the type signature:

    PageContent url -> HtmlUrl url
    

  3. PageContent :: Html -> !Maybe Text -> !HtmlUrl url -> !HtmlUrl url -> PageContent url

    yesod-core Yesod.Core.Types

    No documentation available.

  4. type ParentRunner parent = HandlerFor parent TypedContent -> YesodRunnerEnv parent -> Maybe Route parent -> Application

    yesod-core Yesod.Core.Types

    No documentation available.

  5. class RenderRoute a => ParseRoute a

    yesod-core Yesod.Core.Types

    No documentation available.

  6. PermissionDenied :: Text -> ErrorResponse

    yesod-core Yesod.Core.Types

    Indicates the user doesn't have permission to access the requested resource. This is thrown when isAuthorized returns Unauthorized. HTTP code: 403.

  7. data PageContent url

    yesod-core Yesod.Core.Widget

    Content for a web page. By providing this datatype, we can easily create generic site templates, which would have the type signature:

    PageContent url -> HtmlUrl url
    

  8. PageContent :: Html -> !Maybe Text -> !HtmlUrl url -> !HtmlUrl url -> PageContent url

    yesod-core Yesod.Core.Widget

    No documentation available.

  9. data Piece typ

    yesod-core Yesod.Routes.TH.Types

    No documentation available.

  10. data Permissions

    path-io Path.IO

    No documentation available.

Page 208 of many | Previous | Next