• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. last :: NonEmpty a -> a

    cabal-install-solver Distribution.Solver.Compat.Prelude

    Extract the last element of the stream.

  2. last :: [a] -> Maybe a

    incipit-base Incipit.List

    Return Just the last element of a list.

  3. last :: LRU key val -> !Maybe key

    lrucache Data.Cache.LRU.Internal

    the key of the least recently accessed entry

  4. last :: forall (m :: Type -> Type) a . Monad m => Fold m a (Maybe a)

    streamly-core Streamly.Data.Fold

    Deprecated: Please use latest instead.

  5. last :: Unbox a => Array a -> Maybe a

    streamly-core Streamly.Internal.Data.Array

    >>> last arr = Array.getIndexRev arr 0
    
    Pre-release

  6. last :: forall (m :: Type -> Type) a . Monad m => Fold m a (Maybe a)

    streamly-core Streamly.Internal.Data.Fold

    Deprecated: Please use latest instead.

  7. last :: Monad m => Stream m a -> m (Maybe a)

    streamly-core Streamly.Internal.Data.Stream

    No documentation available.

  8. last :: Monad m => StreamK m a -> m (Maybe a)

    streamly-core Streamly.Internal.Data.StreamK

    Extract the last element of the stream, if any.

  9. last :: (HasCallStack, Monad m) => Stream m a -> m a

    vector-stream Data.Stream.Monadic

    Last element of the Stream or error if empty

  10. last :: NonEmpty a -> a

    Agda Agda.Utils.List1

    Extract the last element of the stream.

Page 15 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete