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. data ChanThreadKilledException

    amqp Network.AMQP

    Thrown in the channel thread when the connection gets closed. When handling exceptions in a subscription callback, make sure to re-throw this so the channel thread can be stopped.

  2. destroyReadOnly :: forall w (m :: Type -> Type) s c . (Has w m c, Storage c ~ ReadOnly s, Elem s ~ c, ExplDestroy m s) => Entity -> Proxy c -> SystemT w m ()

    apecs Apecs.Stores

    No documentation available.

  3. setReadOnly :: forall w (m :: Type -> Type) s c . (Has w m c, Storage c ~ ReadOnly s, Elem s ~ c, ExplSet m s) => Entity -> c -> SystemT w m ()

    apecs Apecs.Stores

    No documentation available.

  4. runReaderS :: forall (m :: Type -> Type) r a b . Monad m => Automaton (ReaderT r m) a b -> Automaton m (r, a) b

    automaton Data.Automaton.Trans.Reader

    Convert an implicit ReaderT environment into an explicit Automaton input. This is the opposite of readerS.

  5. runReaderS_ :: forall (m :: Type -> Type) s a b . Monad m => Automaton (ReaderT s m) a b -> s -> Automaton m a b

    automaton Data.Automaton.Trans.Reader

    Eliminate a ReaderT layer by providing its environment statically.

  6. decodeContainerWithReaderSchema :: FromAvro a => Schema -> ByteString -> [Either String a]

    avro Data.Avro

    Decodes the container as a list of values of the requested type. The provided reader schema will be de-conflicted with the schema embedded with the container. Errors are reported as a part of the list and the list will stop at first error. This means that the consumer will get all the "good" content from the container until the error is detected, then this error and then the list is finished.

  7. doubleReadFrom :: ReadSchema -> ReadDouble

    avro Data.Avro.Schema.ReadSchema

    No documentation available.

  8. floatReadFrom :: ReadSchema -> ReadFloat

    avro Data.Avro.Schema.ReadSchema

    No documentation available.

  9. longReadFrom :: ReadSchema -> ReadLong

    avro Data.Avro.Schema.ReadSchema

    No documentation available.

  10. ThreadBlocked :: BlockReason -> ThreadStatus

    base-prelude BasePrelude

    the thread is blocked on some resource

Page 651 of many | Previous | Next