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.
data
ProvidedRep (m :: Type -> Type)yesod-core Yesod.Core.Handler Internal representation of a single provided representation.
-
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
PageContent :: Html -> !Maybe Text -> !HtmlUrl url -> !HtmlUrl url -> PageContent urlyesod-core Yesod.Core.Types No documentation available.
-
yesod-core Yesod.Core.Types No documentation available.
class RenderRoute a =>
ParseRoute ayesod-core Yesod.Core.Types No documentation available.
PermissionDenied :: Text -> ErrorResponseyesod-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.
-
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
PageContent :: Html -> !Maybe Text -> !HtmlUrl url -> !HtmlUrl url -> PageContent urlyesod-core Yesod.Core.Widget No documentation available.
-
yesod-core Yesod.Routes.TH.Types No documentation available.
-
path-io Path.IO No documentation available.