Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. consume :: forall c t f . (ADT t, Constraints t c, Decidable f) => (forall s . c s => f s) -> f t

    one-liner Generics.OneLiner

    Generate ways to consume values of type t. This is the contravariant version of createA. consume is generic specialized to Clown.

  2. consume1 :: forall c t f a . (ADT1 t, Constraints1 t c, Decidable f) => (forall b (s :: Type -> Type) . c s => f b -> f (s b)) -> f a -> f (t a)

    one-liner Generics.OneLiner

    consume1 is generic1 specialized to Clown.

  3. class Profunctor p => GenericSumProfunctor (p :: Type -> Type -> Type)

    one-liner Generics.OneLiner.Binary

    No documentation available.

  4. class Profunctor p => GenericSumProfunctor (p :: Type -> Type -> Type)

    one-liner Generics.OneLiner.Classes

    No documentation available.

  5. type UpDownSumObserver = Instrument 'Asynchronous 'Additive 'NonMonotonic

    opentelemetry OpenTelemetry.Eventlog

    No documentation available.

  6. mkSumObserver :: MonadIO m => InstrumentName -> m SumObserver

    opentelemetry OpenTelemetry.Eventlog

    No documentation available.

  7. mkUpDownSumObserver :: MonadIO m => InstrumentName -> m UpDownSumObserver

    opentelemetry OpenTelemetry.Eventlog

    No documentation available.

  8. UpDownSumObserver :: InstrumentName -> InstrumentId -> Instrument 'Asynchronous 'Additive 'NonMonotonic

    opentelemetry OpenTelemetry.Metrics_Internal

    No documentation available.

  9. type UpDownSumObserver = Instrument 'Asynchronous 'Additive 'NonMonotonic

    opentelemetry OpenTelemetry.Metrics_Internal

    No documentation available.

  10. getSummary :: MonadIO m => Summary -> m [(Rational, Double)]

    prometheus-client Prometheus

    Retrieves a list of tuples containing a quantile and its associated value.

Page 162 of many | Previous | Next