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. lastEx :: MonoFoldable mono => mono -> Element mono

    mono-traversable Data.MonoTraversable

    Get the last element of a monomorphic container. Note: this is a partial function. On an empty MonoFoldable, it will throw an exception. See last from Data.NonNull for a total version of this function.

  2. lastMay :: MonoFoldable mono => mono -> Maybe (Element mono)

    mono-traversable Data.MonoTraversable

    Safe version of lastEx. Returns Nothing instead of throwing an exception when encountering an empty monomorphic container.

  3. lastUsed :: Entry a -> !Double

    resource-pool Data.Pool.Internal

    No documentation available.

  4. lastMaybe :: [a] -> Maybe a

    rio RIO.List

    No documentation available.

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

    rio RIO.Vector.Boxed.Partial

    No documentation available.

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

    rio RIO.Vector.Partial

    No documentation available.

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

    rio RIO.Vector.Storable.Partial

    No documentation available.

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

    rio RIO.Vector.Unboxed.Partial

    No documentation available.

  9. lastDef :: a -> [a] -> a

    errors Control.Error

    No documentation available.

  10. lastMay :: [a] -> Maybe a

    errors Control.Error

    No documentation available.

Page 29 of many | Previous | Next