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

Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. newtype WebdriverTestM app a

    sydtest-webdriver Test.Syd.Webdriver

    A monad for webdriver tests. This instantiates the WebDriver class, as well as the IsTest class.

  2. WebdriverTestM :: ReaderT (WebdriverTestEnv app) WD a -> WebdriverTestM app a

    sydtest-webdriver Test.Syd.Webdriver

    No documentation available.

  3. runWebdriverTestM :: WebdriverTestEnv app -> WebdriverTestM app a -> IO a

    sydtest-webdriver Test.Syd.Webdriver

    Run a webdriver test.

  4. unWebdriverTestM :: WebdriverTestM app a -> ReaderT (WebdriverTestEnv app) WD a

    sydtest-webdriver Test.Syd.Webdriver

    No documentation available.

  5. L1_STM :: Counter

    tasty-papi Test.Tasty.PAPI

    Level 1 store misses

  6. L2_STM :: Counter

    tasty-papi Test.Tasty.PAPI

    Level 2 store misses

  7. L3_STM :: Counter

    tasty-papi Test.Tasty.PAPI

    Level 3 store misses

  8. DynFilterLastMonth :: DynFilterType

    xlsx Codec.Xlsx.Types.AutoFilter

    Shows last month's dates.

  9. PerLastMonth :: TimePeriod

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    A date occuring in the last calendar month.

  10. docInfo_postMisc :: DocInfo -> Xml Doc

    xmlgen Text.XML.Generator

    Content after the root element

Page 95 of many | Previous | Next

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