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.
mkYesodOpts :: RouteOpts -> String -> [ResourceTree String] -> Q [Dec]classy-prelude-yesod ClassyPrelude.Yesod mkYesod but with custom options.
mkYesodSubData :: String -> [ResourceTree String] -> Q [Dec]classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
mkYesodSubDataOpts :: RouteOpts -> String -> [ResourceTree String] -> Q [Dec]classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
mkYesodSubDispatch :: [ResourceTree a] -> Q Expclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
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"] ....
package
serversession-frontend-yesod Yesod bindings for serversession. API docs and the README are available at http://www.stackage.org/package/serversession-frontend-yesod