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

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

    classy-prelude-yesod ClassyPrelude.Yesod

    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.

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

    hledger-web Hledger.Web.Import

    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.

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

    yesod-core Yesod.Core.Dispatch

    mkYesodData but with custom options.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    mkYesodData but with custom options.

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

    hledger-web Hledger.Web.Import

    mkYesodData but with custom options.

Page 1 of 1