• 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. Call :: forall (m :: Type -> Type) k . m k -> Cut m k

    fused-effects Control.Effect.Cut

    No documentation available.

  2. call :: forall (sig :: (Type -> Type) -> Type -> Type) m a . Has Cut sig m => m a -> m a

    fused-effects Control.Effect.Cut

    Delimit the effect of cutfails, allowing backtracking to resume.

    call cutfail <|> m = m
    

  3. BlockedOnCCall :: ThreadStopStatus

    ghc-events GHC.RTS.Events

    No documentation available.

  4. BlockedOnCCall_NoUnblockExc :: ThreadStopStatus

    ghc-events GHC.RTS.Events

    No documentation available.

  5. ForeignCall :: ThreadStopStatus

    ghc-events GHC.RTS.Events

    No documentation available.

  6. HeapAllocated :: Capset -> Word64 -> EventInfo

    ghc-events GHC.RTS.Events

    No documentation available.

  7. MerCallingMain :: EventInfo

    ghc-events GHC.RTS.Events

    No documentation available.

  8. WallClockTime :: Capset -> Word64 -> Word32 -> EventInfo

    ghc-events GHC.RTS.Events

    No documentation available.

  9. tickyCtrSampleAllocd :: EventInfo -> !Word64

    ghc-events GHC.RTS.Events

    No documentation available.

  10. tickyCtrSampleAllocs :: EventInfo -> !Word64

    ghc-events GHC.RTS.Events

    No documentation available.

Page 718 of many | Previous | Next

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