Hoogle Search

Within LTS Haskell 22.26 (ghc-9.6.5)

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

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

    hledger-web Hledger.Web.Import

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

Page 4 of many | Previous | Next