Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. 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.

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

    rebase Rebase.Data.Vector

    No documentation available.

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

    rebase Rebase.Data.Vector

    No documentation available.

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

    rebase Rebase.Data.Vector.Generic

    No documentation available.

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

    rebase Rebase.Data.Vector.Generic

    No documentation available.

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

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  7. unsafeLastM :: (Prim a, Monad m) => Vector a -> m a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

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

    rebase Rebase.Data.Vector.Storable

    No documentation available.

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

    rebase Rebase.Data.Vector.Storable

    No documentation available.

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

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

Page 86 of many | Previous | Next