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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. hoistMaybe :: forall (m :: Type -> Type) a . Monad m => Maybe a -> MaybeT m a

    relational-query-HDBC Database.HDBC.Schema.Driver

    Hoist from Maybe context into MaybeT.

  2. 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.

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

    sydtest-webdriver Test.Syd.Webdriver

    No documentation available.

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

    sydtest-webdriver Test.Syd.Webdriver

    Run a webdriver test.

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

    sydtest-webdriver Test.Syd.Webdriver

    No documentation available.

  6. L1_STM :: Counter

    tasty-papi Test.Tasty.PAPI

    Level 1 store misses

  7. L2_STM :: Counter

    tasty-papi Test.Tasty.PAPI

    Level 2 store misses

  8. L3_STM :: Counter

    tasty-papi Test.Tasty.PAPI

    Level 3 store misses

  9. DynFilterLastMonth :: DynFilterType

    xlsx Codec.Xlsx.Types.AutoFilter

    Shows last month's dates.

  10. PerLastMonth :: TimePeriod

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    A date occuring in the last calendar month.

Page 95 of many | Previous | Next

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