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. newtype ThreadIdText

    katip Katip.Core

    No documentation available.

  2. ThreadIdText :: Text -> ThreadIdText

    katip Katip.Core

    No documentation available.

  3. _itemThread :: Item a -> ThreadIdText

    katip Katip.Core

    No documentation available.

  4. getThreadIdText :: ThreadIdText -> Text

    katip Katip.Core

    No documentation available.

  5. itemThread :: forall a f . Functor f => (ThreadIdText -> f ThreadIdText) -> Item a -> f (Item a)

    katip Katip.Core

    No documentation available.

  6. mkThreadIdText :: ThreadId -> ThreadIdText

    katip Katip.Core

    No documentation available.

  7. runReaderM :: forall (m :: Type -> Type) e (k :: Type -> Type) o . Monad m => e -> MachineT (ReaderT e m) k o -> MachineT m k o

    machines Data.Machine.Lift

    Given an environment and a MachineT that runs in ReaderT e m, produce a MachineT that runs in m.

  8. DataSoundFileNotRead :: String -> FinalException

    mmsyn7ukr-common Sound.Control.Exception.FinalException

    No documentation available.

  9. loggedMessageThreadContext :: LoggedMessage -> KeyMap Value

    monad-logger-aeson Control.Monad.Logger.Aeson

    No documentation available.

  10. 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.

Page 671 of many | Previous | Next