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.

  1. consumeChannel :: Channel c => c a -> (a -> IO ()) -> IO ()

    hoare Control.Concurrent.Channel.Endless

    No documentation available.

  2. aws_dynamodb_consumedCapacity :: AttributeKey [Text]

    hs-opentelemetry-semantic-conventions OpenTelemetry.SemanticConventions

    The JSON-serialized value of each item in the ConsumedCapacity response field.

  3. messaging_eventhubs_consumer_group :: AttributeKey Text

    hs-opentelemetry-semantic-conventions OpenTelemetry.SemanticConventions

    The name of the consumer group the event consumer is associated with.

  4. messaging_kafka_consumer_group :: AttributeKey Text

    hs-opentelemetry-semantic-conventions OpenTelemetry.SemanticConventions

    Name of the Kafka Consumer Group that is handling the message. Only applies to consumers, not producers.

  5. messaging_rocketmq_consumptionModel :: AttributeKey Text

    hs-opentelemetry-semantic-conventions OpenTelemetry.SemanticConventions

    Model of message consumption. This only applies to consumer spans.

  6. tls_resumed :: AttributeKey Bool

    hs-opentelemetry-semantic-conventions OpenTelemetry.SemanticConventions

    Boolean flag indicating if this TLS connection was resumed from an existing TLS negotiation.

  7. cumulative_sum :: Filterable a => Vector a -> Vector a

    hsignal Numeric.Signal

    cumulative sum of a series

  8. joinResumableSources :: forall (m :: Type -> Type) a b v . Monad m => (a -> b -> ([a], [v], [b])) -> SealedConduitT () a m () -> SealedConduitT () b m () -> ConduitT () (JoinResult a v b) m ()

    hw-conduit-merges HaskellWorks.Data.Conduit.Merge

    No documentation available.

  9. subsume :: forall (e :: Effect) (r :: EffectRow) a . Member e r => Sem (e ': r) a -> Sem r a

    incipit-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_.

  10. subsume_ :: forall (r :: EffectRow) (r' :: EffectRow) a . Subsume r r' => Sem r a -> Sem r' a

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

Page 347 of many | Previous | Next