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.
-
katip Katip.Core No documentation available.
ThreadIdText :: Text -> ThreadIdTextkatip Katip.Core No documentation available.
_itemThread :: Item a -> ThreadIdTextkatip Katip.Core No documentation available.
getThreadIdText :: ThreadIdText -> Textkatip Katip.Core No documentation available.
itemThread :: forall a f . Functor f => (ThreadIdText -> f ThreadIdText) -> Item a -> f (Item a)katip Katip.Core No documentation available.
mkThreadIdText :: ThreadId -> ThreadIdTextkatip Katip.Core No documentation available.
-
machines Data.Machine.Lift Given an environment and a MachineT that runs in ReaderT e m, produce a MachineT that runs in m.
DataSoundFileNotRead :: String -> FinalExceptionmmsyn7ukr-common Sound.Control.Exception.FinalException No documentation available.
loggedMessageThreadContext :: LoggedMessage -> KeyMap Valuemonad-logger-aeson Control.Monad.Logger.Aeson No documentation available.
myThreadContext :: (MonadIO m, MonadThrow m) => m (KeyMap Value)monad-logger-aeson Control.Monad.Logger.Aeson This function lets us retrieve the calling thread's thread context. For more detail, we can consult the docs for withThreadContext. Note that even though the type signature lists MonadThrow as a required constraint, the library guarantees that myThreadContext will never throw.