Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. threadWaitWritePtySTM :: Pty -> IO (STM (), IO ())

    posix-pty System.Posix.Pty

    Equivalent to threadWaitWriteSTM.

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

    prometheus System.Metrics.Prometheus.Concurrent.Registry

    No documentation available.

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

    prometheus System.Metrics.Prometheus.Concurrent.RegistryT

    No documentation available.

  4. listMetricIds :: Registry -> [MetricId]

    prometheus System.Metrics.Prometheus.Registry

    No documentation available.

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

    prometheus System.Metrics.Prometheus.RegistryT

    No documentation available.

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

    radix-tree Data.Patricia.Word.Lazy

    Update a value at the rightmost key in the tree.

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

    radix-tree Data.Patricia.Word.Lazy

    Update a value at the rightmost key in the tree.

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

    radix-tree Data.Patricia.Word.Lazy

    Update a value at the leftmost key in the tree.

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

    radix-tree Data.Patricia.Word.Lazy

    Update a value at the leftmost 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.

Page 198 of many | Previous | Next