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.
AlreadyClosedException :: OpExceptionfold-debounce Control.FoldDebounce -
fused-effects Control.Algebra Thread a composed handler and input state through the algebra for some underlying signature.
runReader :: r -> ReaderC r m a -> m afused-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
AssignThreadToProcess :: ThreadId -> ProcessId -> EventInfoghc-events GHC.RTS.Events No documentation available.
BlockedOnMVarRead :: ThreadStopStatusghc-events GHC.RTS.Events No documentation available.
BlockedOnRead :: ThreadStopStatusghc-events GHC.RTS.Events No documentation available.
CreateSparkThread :: ThreadId -> EventInfoghc-events GHC.RTS.Events No documentation available.
CreateThread :: ThreadId -> EventInfoghc-events GHC.RTS.Events No documentation available.
-
ghc-events GHC.RTS.Events No documentation available.
KernelThreadId :: Word64 -> KernelThreadIdghc-events GHC.RTS.Events No documentation available.