Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
YesodClientM :: StateT YesodClientState (ReaderT (YesodClient site) IO) a -> YesodClientM site asydtest-yesod Test.Syd.Yesod No documentation available.
-
sydtest-yesod Test.Syd.Yesod The state that is maintained throughout a YesodClientM
YesodClientState :: !Maybe (Request, Response ByteString) -> CookieJar -> YesodClientStatesydtest-yesod Test.Syd.Yesod No documentation available.
type
YesodExample site a = YesodClientM site asydtest-yesod Test.Syd.Yesod For backward compatibility
type
YesodSpec site = TestDef '[Manager] YesodClient sitesydtest-yesod Test.Syd.Yesod For backward compatibility with yesod-test
-
sydtest-yesod Test.Syd.Yesod.Client A client environment to call a Yesod app.
YesodClient :: site -> Manager -> URI -> YesodClient sitesydtest-yesod Test.Syd.Yesod.Client No documentation available.
-
sydtest-yesod Test.Syd.Yesod.Client A monad to call a Yesod app. This has access to a 'YesodClient site'.
YesodClientM :: StateT YesodClientState (ReaderT (YesodClient site) IO) a -> YesodClientM site asydtest-yesod Test.Syd.Yesod.Client No documentation available.
-
sydtest-yesod Test.Syd.Yesod.Client The state that is maintained throughout a YesodClientM