Hoogle Search

Within LTS Haskell 22.23 (ghc-9.6.5)

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

  1. mkYesod :: String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    Generates URL datatype and site function for the given Resources. This is used for creating sites, not subsites. See mkYesodSubData and mkYesodSubDispatch for the latter. Use parseRoutes to create the Resources. Contexts and type variables in the name of the datatype are parsed. For example, a datatype App a with typeclass constraint MyClass a can be written as "(MyClass a) => App a".

  2. mkYesod :: String -> [ResourceTree String] -> Q [Dec]

    classy-prelude-yesod ClassyPrelude.Yesod

    Generates URL datatype and site function for the given Resources. This is used for creating sites, not subsites. See mkYesodSubData and mkYesodSubDispatch for the latter. Use parseRoutes to create the Resources. Contexts and type variables in the name of the datatype are parsed. For example, a datatype App a with typeclass constraint MyClass a can be written as "(MyClass a) => App a".

  3. mkYesod :: String -> [ResourceTree String] -> Q [Dec]

    hledger-web Hledger.Web.Import

    Generates URL datatype and site function for the given Resources. This is used for creating sites, not subsites. See mkYesodSubData and mkYesodSubDispatch for the latter. Use parseRoutes to create the Resources. Contexts and type variables in the name of the datatype are parsed. For example, a datatype App a with typeclass constraint MyClass a can be written as "(MyClass a) => App a".

  4. mkYesodData :: String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    Sometimes, you will want to declare your routes in one file and define your handlers elsewhere. For example, this is the only way to break up a monolithic file into smaller parts. Use this function, paired with mkYesodDispatch, to do just that.

  5. mkYesodDataOpts :: RouteOpts -> String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    mkYesodData but with custom options.

  6. mkYesodDispatch :: String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    See mkYesodData.

  7. mkYesodDispatchOpts :: RouteOpts -> String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    See mkYesodDataOpts

  8. mkYesodOpts :: RouteOpts -> String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    mkYesod but with custom options.

  9. mkYesodSubData :: String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    No documentation available.

  10. mkYesodSubDataOpts :: RouteOpts -> String -> [ResourceTree String] -> Q [Dec]

    yesod-core Yesod.Core.Dispatch

    No documentation available.

Page 1 of many | Next