• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. YesodClientM :: StateT YesodClientState (ReaderT (YesodClient site) IO) a -> YesodClientM site a

    sydtest-yesod Test.Syd.Yesod

    No documentation available.

  2. data YesodClientState

    sydtest-yesod Test.Syd.Yesod

    The state that is maintained throughout a YesodClientM

  3. YesodClientState :: !Maybe (Request, Response ByteString) -> CookieJar -> YesodClientState

    sydtest-yesod Test.Syd.Yesod

    No documentation available.

  4. type YesodExample site a = YesodClientM site a

    sydtest-yesod Test.Syd.Yesod

    For backward compatibility

  5. type YesodSpec site = TestDef '[Manager] YesodClient site

    sydtest-yesod Test.Syd.Yesod

    For backward compatibility with yesod-test

  6. data YesodClient site

    sydtest-yesod Test.Syd.Yesod.Client

    A client environment to call a Yesod app.

  7. YesodClient :: site -> Manager -> URI -> YesodClient site

    sydtest-yesod Test.Syd.Yesod.Client

    No documentation available.

  8. newtype YesodClientM site a

    sydtest-yesod Test.Syd.Yesod.Client

    A monad to call a Yesod app. This has access to a 'YesodClient site'.

  9. YesodClientM :: StateT YesodClientState (ReaderT (YesodClient site) IO) a -> YesodClientM site a

    sydtest-yesod Test.Syd.Yesod.Client

    No documentation available.

  10. data YesodClientState

    sydtest-yesod Test.Syd.Yesod.Client

    The state that is maintained throughout a YesodClientM

Page 5 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete