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. AlreadyClosedException :: OpException

    fold-debounce Control.FoldDebounce

    You attempted to send after the trigger is already closed.

  2. thread :: forall ctx1 ctx2 sig m (n :: Type -> Type) a . (Functor ctx1, Functor ctx2, Algebra sig m) => Handler (Compose ctx1 ctx2) n m -> sig n a -> ctx1 (ctx2 ()) -> m (ctx1 (ctx2 a))

    fused-effects Control.Algebra

    Thread a composed handler and input state through the algebra for some underlying signature.

  3. runReader :: r -> ReaderC r m a -> m a

    fused-effects Control.Carrier.Reader

    Run a Reader effect with the passed environment value.

    runReader a ask = pure a
    
    runReader a (pure b) = pure b
    
    runReader a (local f m) = runReader (f a) m
    

  4. AssignThreadToProcess :: ThreadId -> ProcessId -> EventInfo

    ghc-events GHC.RTS.Events

    No documentation available.

  5. BlockedOnMVarRead :: ThreadStopStatus

    ghc-events GHC.RTS.Events

    No documentation available.

  6. BlockedOnRead :: ThreadStopStatus

    ghc-events GHC.RTS.Events

    No documentation available.

  7. CreateSparkThread :: ThreadId -> EventInfo

    ghc-events GHC.RTS.Events

    No documentation available.

  8. CreateThread :: ThreadId -> EventInfo

    ghc-events GHC.RTS.Events

    No documentation available.

  9. newtype KernelThreadId

    ghc-events GHC.RTS.Events

    No documentation available.

  10. KernelThreadId :: Word64 -> KernelThreadId

    ghc-events GHC.RTS.Events

    No documentation available.

Page 662 of many | Previous | Next