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.
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.
-
apecs Apecs.Stores No documentation available.
-
apecs Apecs.Stores No documentation available.
-
automaton Data.Automaton.Trans.Reader Convert an implicit ReaderT environment into an explicit Automaton input. This is the opposite of readerS.
-
automaton Data.Automaton.Trans.Reader Eliminate a ReaderT layer by providing its environment statically.
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.
doubleReadFrom :: ReadSchema -> ReadDoubleavro Data.Avro.Schema.ReadSchema No documentation available.
floatReadFrom :: ReadSchema -> ReadFloatavro Data.Avro.Schema.ReadSchema No documentation available.
longReadFrom :: ReadSchema -> ReadLongavro Data.Avro.Schema.ReadSchema No documentation available.
ThreadBlocked :: BlockReason -> ThreadStatusbase-prelude BasePrelude the thread is blocked on some resource