Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. listMetricIds :: Registry -> IO [MetricId]

    prometheus System.Metrics.Prometheus.Concurrent.Registry

    No documentation available.

  2. listMetricIds :: forall (m :: Type -> Type) . MonadIO m => RegistryT m [MetricId]

    prometheus System.Metrics.Prometheus.Concurrent.RegistryT

    No documentation available.

  3. listMetricIds :: Registry -> [MetricId]

    prometheus System.Metrics.Prometheus.Registry

    No documentation available.

  4. listMetricIds :: forall (m :: Type -> Type) . MonadIO m => RegistryT m [MetricId]

    prometheus System.Metrics.Prometheus.RegistryT

    No documentation available.

  5. adjustMax :: (a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Lazy

    Update a value at the rightmost key in the tree.

  6. adjustMaxWithKey :: (Word -> a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Lazy

    Update a value at the rightmost key in the tree.

  7. adjustMin :: (a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Lazy

    Update a value at the leftmost key in the tree.

  8. adjustMinWithKey :: (Word -> a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Lazy

    Update a value at the leftmost key in the tree.

  9. adjustMax :: (a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Update a value at the rightmost key in the tree.

  10. adjustMax' :: (a -> a) -> Patricia a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Update a value at the rightmost key in the tree. New value is evaluated to WHNF.

Page 198 of many | Previous | Next