Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. validateHeadersMiddleware :: ValidateHeadersSettings -> Middleware

    wai-extra Network.Wai.Middleware.ValidateHeaders

    Middleware to validate response headers.

  2. data ThreadId

    lifted-base Control.Concurrent.Lifted

    A ThreadId is an abstract type representing a handle to a thread. ThreadId is an instance of Eq, Ord and Show, where the Ord instance implements an arbitrary total ordering over ThreadIds. The Show instance lets you convert an arbitrary-valued ThreadId to string form; showing a ThreadId value is occasionally useful when debugging or diagnosing the behaviour of a concurrent program. Note: in GHC, if you have a ThreadId, you essentially have a pointer to the thread itself. This means the thread itself can't be garbage collected until you drop the ThreadId. This misfeature would be difficult to correct while continuing to support threadStatus.

  3. mkWeakThreadId :: MonadBase IO m => ThreadId -> m (Weak ThreadId)

    lifted-base Control.Concurrent.Lifted

    Generalized versio of mkWeakThreadId.

  4. myThreadId :: MonadBase IO m => m ThreadId

    lifted-base Control.Concurrent.Lifted

    Generalized version of myThreadId.

  5. DivideByZero :: ArithException

    lifted-base Control.Exception.Lifted

    No documentation available.

  6. module Data.Either.Validation

    No documentation available.

  7. module Data.Groupoid

    No documentation available.

  8. module Data.Monoid

    No documentation available.

  9. module Data.Semigroupoid

    No documentation available.

  10. module Data.UUID

    No documentation available.

Page 612 of many | Previous | Next