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.
adjustMinWithKey :: (k -> a -> a) -> NEMap k a -> NEMap k anonempty-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.
lastM :: Monad m => Vector a -> m arebase Rebase.Data.Vector No documentation available.
unsafeLastM :: Monad m => Vector a -> m arebase Rebase.Data.Vector No documentation available.
lastM :: (Vector v a, Monad m) => v a -> m arebase Rebase.Data.Vector.Generic No documentation available.
unsafeLastM :: (Vector v a, Monad m) => v a -> m arebase Rebase.Data.Vector.Generic No documentation available.
lastM :: (Prim a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Primitive No documentation available.
unsafeLastM :: (Prim a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Primitive No documentation available.
lastM :: (Storable a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Storable No documentation available.
unsafeLastM :: (Storable a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Storable No documentation available.
lastM :: (Unbox a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Unboxed No documentation available.