Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. PermissionDenied :: Text -> ErrorResponse

    yesod-core Yesod.Core

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

  2. class PathMultiPiece s

    yesod-core Yesod.Core.Dispatch

    No documentation available.

  3. class PathPiece s

    yesod-core Yesod.Core.Dispatch

    No documentation available.

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

    yesod-core Yesod.Core.Handler

    Internal representation of a single provided representation.

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

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

    yesod-core Yesod.Core.Types

    No documentation available.

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

    yesod-core Yesod.Core.Types

    No documentation available.

  8. class RenderRoute a => ParseRoute a

    yesod-core Yesod.Core.Types

    No documentation available.

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

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

Page 208 of many | Previous | Next