Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

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

    classy-prelude-yesod ClassyPrelude.Yesod

    mkYesod but with custom options.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    Similar to mkYesod, except contexts and type variables are not parsed. Instead, they are explicitly provided. You can write (MyClass a) => App a with mkYesodWith [["MyClass","a"]] "App" ["a"] ....

  6. package serversession-frontend-yesod

    Yesod bindings for serversession. API docs and the README are available at http://www.stackage.org/package/serversession-frontend-yesod

Page 22 of many | Previous | Next