Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
consumeChannel :: Channel c => c a -> (a -> IO ()) -> IO ()hoare Control.Concurrent.Channel.Endless No documentation available.
aws_dynamodb_consumedCapacity :: AttributeKey [Text]hs-opentelemetry-semantic-conventions OpenTelemetry.SemanticConventions The JSON-serialized value of each item in the ConsumedCapacity response field.
messaging_eventhubs_consumer_group :: AttributeKey Texths-opentelemetry-semantic-conventions OpenTelemetry.SemanticConventions The name of the consumer group the event consumer is associated with.
messaging_kafka_consumer_group :: AttributeKey Texths-opentelemetry-semantic-conventions OpenTelemetry.SemanticConventions Name of the Kafka Consumer Group that is handling the message. Only applies to consumers, not producers.
messaging_rocketmq_consumptionModel :: AttributeKey Texths-opentelemetry-semantic-conventions OpenTelemetry.SemanticConventions Model of message consumption. This only applies to consumer spans.
tls_resumed :: AttributeKey Boolhs-opentelemetry-semantic-conventions OpenTelemetry.SemanticConventions Boolean flag indicating if this TLS connection was resumed from an existing TLS negotiation.
cumulative_sum :: Filterable a => Vector a -> Vector ahsignal Numeric.Signal cumulative sum of a series
-
hw-conduit-merges HaskellWorks.Data.Conduit.Merge No documentation available.
subsume :: forall (e :: Effect) (r :: EffectRow) a . Member e r => Sem (e ': r) a -> Sem r aincipit-core IncipitCore Interprets an effect in terms of another identical effect. This is useful for defining interpreters that use reinterpretH without immediately consuming the newly introduced effect. Using such an interpreter recursively may result in duplicate effects, which may then be eliminated using subsume. For a version that can introduce an arbitrary number of new effects and reorder existing ones, see subsume_.
subsume_ :: forall (r :: EffectRow) (r' :: EffectRow) a . Subsume r r' => Sem r a -> Sem r' aincipit-core IncipitCore Allows reordering and adding known effects on top of the effect stack, as long as the polymorphic "tail" of new stack is a raise-d version of the original one. This function is highly polymorphic, so it may be a good idea to use its more concrete version (subsume), fitting functions from the raise family or type annotations to avoid vague errors in ambiguous contexts.