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

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. _tickInfo_alreadyElapsed :: TickInfo -> NominalDiffTime

    reflex Reflex.Time

    Amount of time that has elapsed in the current tick period.

  2. tickInfo_alreadyElapsed :: Functor f => (NominalDiffTime -> f NominalDiffTime) -> TickInfo -> f TickInfo

    reflex Reflex.Time

    No documentation available.

  3. _readEnd :: PerSessionData -> !InputStream ByteString

    snap-server Snap.Internal.Http.Server.Types

    The read end of the socket connection.

  4. UpdateReady :: ApplicationCacheStatus

    webdriver Test.WebDriver.Commands

    No documentation available.

  5. UpdateReady :: ApplicationCacheStatus

    webdriver Test.WebDriver.Types

    No documentation available.

  6. tc_threads :: TestConfig -> Maybe Int

    HTF Test.Framework.TestTypes

    Use Just i for parallel execution with i threads, Nothing for sequential execution.

  7. module Test.Framework.ThreadPool

    Internal module providing a pool of threads.

  8. data ThreadPool (m :: Type -> Type) a b

    HTF Test.Framework.ThreadPool

    No documentation available.

  9. ThreadPool :: ([ThreadPoolEntry m a b] -> m ()) -> ThreadPool (m :: Type -> Type) a b

    HTF Test.Framework.ThreadPool

    No documentation available.

  10. type ThreadPoolEntry (m :: Type -> Type) a b = (m a, a -> IO b, Either SomeException b -> m StopFlag)

    HTF Test.Framework.ThreadPool

    No documentation available.

Page 546 of many | Previous | Next

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