Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. adjustMinWithKey :: (Key -> a -> a) -> NEIntMap a -> NEIntMap a

    nonempty-containers Data.IntMap.NonEmpty

    O(1). A version of adjustMaxWithKey that disallows deletion, allowing us to guarantee that the result is also non-empty. Note that it also is able to have better asymptotics than updateMinWithKey in general.

  2. adjustMax :: (a -> a) -> NEMap k a -> NEMap k a

    nonempty-containers Data.Map.NonEmpty

    O(log n). A version of updateMax that disallows deletion, allowing us to guarantee that the result is also non-empty.

  3. adjustMaxWithKey :: (k -> a -> a) -> NEMap k a -> NEMap k a

    nonempty-containers Data.Map.NonEmpty

    O(log n). A version of updateMaxWithKey that disallows deletion, allowing us to guarantee that the result is also non-empty.

  4. adjustMin :: (a -> a) -> NEMap k a -> NEMap k a

    nonempty-containers Data.Map.NonEmpty

    O(1). A version of updateMin that disallows deletion, allowing us to guarantee that the result is also non-empty.

  5. adjustMinWithKey :: (k -> a -> a) -> NEMap k a -> NEMap k a

    nonempty-containers Data.Map.NonEmpty

    O(1). A version of adjustMaxWithKey that disallows deletion, allowing us to guarantee that the result is also non-empty. Note that it also is able to have better asymptotics than updateMinWithKey in general.

  6. lastM :: Monad m => Vector a -> m a

    rebase Rebase.Data.Vector

    No documentation available.

  7. unsafeLastM :: Monad m => Vector a -> m a

    rebase Rebase.Data.Vector

    No documentation available.

  8. lastM :: (Vector v a, Monad m) => v a -> m a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  9. unsafeLastM :: (Vector v a, Monad m) => v a -> m a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  10. lastM :: (Prim a, Monad m) => Vector a -> m a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

Page 85 of many | Previous | Next