Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

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

  1. mkYesodSubDispatch :: [ResourceTree a] -> Q Exp

    yesod-core Yesod.Core.Dispatch

    No documentation available.

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

    yesod-core Yesod.Core.Dispatch

    Deprecated: Contexts and type variables are now parsed from the name in mkYesod. https://github.com/yesodweb/yesod/pull/1366

  3. mkYesodGeneral :: [[String]] -> String -> [String] -> Bool -> (Exp -> Q Exp) -> [ResourceTree String] -> Q ([Dec], [Dec])

    yesod-core Yesod.Core.Internal

    No documentation available.

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

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

    classy-prelude-yesod ClassyPrelude.Yesod

    mkYesodData but with custom options.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    See mkYesodData.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    See mkYesodDataOpts

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

    classy-prelude-yesod ClassyPrelude.Yesod

    mkYesod but with custom options.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

Page 2 of many | Previous | Next