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.
listMetricIds :: Registry -> IO [MetricId]prometheus System.Metrics.Prometheus.Concurrent.Registry No documentation available.
listMetricIds :: forall (m :: Type -> Type) . MonadIO m => RegistryT m [MetricId]prometheus System.Metrics.Prometheus.Concurrent.RegistryT No documentation available.
listMetricIds :: Registry -> [MetricId]prometheus System.Metrics.Prometheus.Registry No documentation available.
listMetricIds :: forall (m :: Type -> Type) . MonadIO m => RegistryT m [MetricId]prometheus System.Metrics.Prometheus.RegistryT No documentation available.
adjustMax :: (a -> a) -> Patricia a -> Patricia aradix-tree Data.Patricia.Word.Lazy Update a value at the rightmost key in the tree.
adjustMaxWithKey :: (Word -> a -> a) -> Patricia a -> Patricia aradix-tree Data.Patricia.Word.Lazy Update a value at the rightmost key in the tree.
adjustMin :: (a -> a) -> Patricia a -> Patricia aradix-tree Data.Patricia.Word.Lazy Update a value at the leftmost key in the tree.
adjustMinWithKey :: (Word -> a -> a) -> Patricia a -> Patricia aradix-tree Data.Patricia.Word.Lazy Update a value at the leftmost key in the tree.
adjustMax :: (a -> a) -> Patricia a -> Patricia aradix-tree Data.Patricia.Word.Strict Update a value at the rightmost key in the tree.
adjustMax' :: (a -> a) -> Patricia a -> Patricia aradix-tree Data.Patricia.Word.Strict Update a value at the rightmost key in the tree. New value is evaluated to WHNF.